This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SSM::ResourceDataSync SyncSource
Information about the source of the data included in the resource data sync.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AwsOrganizationsSource" :AwsOrganizationsSource, "IncludeFutureRegions" :Boolean, "SourceRegions" :[ String, ... ], "SourceType" :String}
YAML
AwsOrganizationsSource:AwsOrganizationsSourceIncludeFutureRegions:BooleanSourceRegions:- StringSourceType:String
Properties
- AwsOrganizationsSource
- 
                    Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from AWS Organizations. Required: No Type: AwsOrganizationsSource Update requires: No interruption 
- IncludeFutureRegions
- 
                    Whether to automatically synchronize and aggregate data from new AWS Regions when those Regions come online. Required: No Type: Boolean Update requires: No interruption 
- SourceRegions
- 
                    The SyncSourceAWS Regions included in the resource data sync.Required: Yes Type: Array of String Update requires: No interruption 
- SourceType
- 
                    The type of data source for the resource data sync. SourceTypeis eitherAwsOrganizations(if an organization is present in AWS Organizations) orSingleAccountMultiRegions.Required: Yes Type: String Minimum: 1Maximum: 64Update requires: No interruption