You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::ResourceDataSyncSource

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ResourceDataSyncSource as input to an Aws::Client method, you can use a vanilla Hash:

{
  source_type: "ResourceDataSyncSourceType", # required
  aws_organizations_source: {
    organization_source_type: "ResourceDataSyncOrganizationSourceType", # required
    organizational_units: [
      {
        organizational_unit_id: "ResourceDataSyncOrganizationalUnitId",
      },
    ],
  },
  source_regions: ["ResourceDataSyncSourceRegion"], # required
  include_future_regions: false,
}

Information about the source of the data included in the resource data sync.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#aws_organizations_sourceTypes::ResourceDataSyncAwsOrganizationsSource

Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from AWS Organizations.

Returns:

#include_future_regionsBoolean

Whether to automatically synchronize and aggregate data from new AWS Regions when those Regions come online.

Returns:

  • (Boolean)

    Whether to automatically synchronize and aggregate data from new AWS Regions when those Regions come online.

#source_regionsArray<String>

The SyncSource AWS Regions included in the resource data sync.

Returns:

  • (Array<String>)

    The SyncSource AWS Regions included in the resource data sync.

#source_typeString

The type of data source for the resource data sync. SourceType is either AwsOrganizations (if an organization is present in AWS Organizations) or singleAccountMultiRegions.

Returns:

  • (String)

    The type of data source for the resource data sync.