Resource Data Sync Aws Organizations Source Args
data class ResourceDataSyncAwsOrganizationsSourceArgs(val organizationSourceType: Output<String>, val organizationalUnits: Output<List<String>>? = null) : ConvertibleToJava<ResourceDataSyncAwsOrganizationsSourceArgs>
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.