AWS::SSM::ResourceDataSync AwsOrganizationsSource - 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 AwsOrganizationsSource

Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from Amazon Organizations or, if an Amazon organization isn't present, from multiple Amazon Web Services Regions.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "OrganizationalUnits" : [ String, ... ], "OrganizationSourceType" : String }

Properties

OrganizationalUnits

The Amazon Organizations organization units included in the sync.

Required: No

Type: Array of String

Minimum: 1

Maximum: 1000

Update requires: No interruption

OrganizationSourceType

If an Amazon organization is present, this is either OrganizationalUnits or EntireOrganization. For OrganizationalUnits, the data is aggregated from a set of organization units. For EntireOrganization, the data is aggregated from the entire Amazon organization.

Required: Yes

Type: String

Minimum: 1

Maximum: 64

Update requires: No interruption