AWS::SSM::ResourceDataSync SyncSource - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SSM::ResourceDataSync SyncSource

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

Syntax

To declare this entity in your Amazon 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 Amazon Organizations.

Required: No

Type: AwsOrganizationsSource

Update requires: No interruption

IncludeFutureRegions

Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.

Required: No

Type: Boolean

Update requires: No interruption

SourceRegions

The SyncSource Amazon Web Services 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 Amazon Organizations) or SingleAccountMultiRegions.

Required: Yes

Type: String

Minimum: 1

Maximum: 64

Update requires: No interruption