AWS::SSM::ResourceDataSync SyncSource - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 CloudFormation template, use the following syntax:

JSON

{ "AwsOrganizationsSource" : AwsOrganizationsSource, "IncludeFutureRegions" : Boolean, "SourceRegions" : [ String, ... ], "SourceType" : 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. SourceType is either AwsOrganizations (if an organization is present in AWS Organizations) or SingleAccountMultiRegions.

Required: Yes

Type: String

Minimum: 1

Maximum: 64

Update requires: No interruption