ResourceDataSyncAwsOrganizationsSourceArgs

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

Constructors

constructor(organizationSourceType: Output<String>, organizationalUnits: Output<List<String>>? = null)

Properties

Link copied to clipboard
val organizationalUnits: Output<List<String>>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): ResourceDataSyncAwsOrganizationsSourceArgs