AWS::SSM::ResourceDataSync AwsOrganizationsSource - AWS CloudFormation

AWS::SSM::ResourceDataSync AwsOrganizationsSource

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

Syntax

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

JSON

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

Properties

OrganizationalUnits

The AWS Organizations organization units included in the sync.

Required: No

Type: Array of String

Minimum: 1

Maximum: 1000

Update requires: No interruption

OrganizationSourceType

If an AWS 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 AWS organization.

Required: Yes

Type: String

Minimum: 1

Maximum: 64

Update requires: No interruption