ResourceDataSyncAwsOrganizationsSource

data class ResourceDataSyncAwsOrganizationsSource(val organizationSourceType: String, val organizationalUnits: List<String>? = null)

Constructors

Link copied to clipboard
constructor(organizationSourceType: String, organizationalUnits: List<String>? = null)

Types

Link copied to clipboard
object Companion

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.