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
}
YAML
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
orEntireOrganization
. ForOrganizationalUnits
, the data is aggregated from a set of organization units. ForEntireOrganization
, the data is aggregated from the entire Amazon organization.Required: Yes
Type: String
Minimum:
1
Maximum:
64
Update requires: No interruption