You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SSM::Types::ResourceDataSyncSourceWhen passing ResourceDataSyncSource as input to an Aws::Client method, you can use a vanilla Hash:
{
source_type: "ResourceDataSyncSourceType", aws_organizations_source: {
organization_source_type: "ResourceDataSyncOrganizationSourceType", organizational_units: [
{
organizational_unit_id: "ResourceDataSyncOrganizationalUnitId",
},
],
},
source_regions: ["ResourceDataSyncSourceRegion"], include_future_regions: false,
}
Information about the source of the data included in the resource data sync.
Returned by:
Instance Attribute Summary collapseInformation about the AwsOrganizationsSource resource data sync source.
Whether to automatically synchronize and aggregate data from new AWS Regions when those Regions come online.
The SyncSource
AWS Regions included in the resource data sync.
The type of data source for the resource data sync.
Whether to automatically synchronize and aggregate data from new AWS Regions when those Regions come online.
#source_regions ⇒ Array<String>The SyncSource
AWS Regions included in the resource data sync.
The type of data source for the resource data sync. SourceType
is either AwsOrganizations
(if an organization is present in AWS Organizations) or singleAccountMultiRegions
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4