Resource Data Sync Aws Organizations Source
data class ResourceDataSyncAwsOrganizationsSource(val organizationSourceType: String, val organizationalUnits: List<String>? = null)
Properties
Link copied to clipboard
The AWS Organizations organization units included in the sync.
Link copied to clipboard
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.