ResourceDataSyncSyncSource

data class ResourceDataSyncSyncSource(val awsOrganizationsSource: ResourceDataSyncAwsOrganizationsSource? = null, val includeFutureRegions: Boolean? = null, val sourceRegions: List<String>, val sourceType: String)

Constructors

Link copied to clipboard
constructor(awsOrganizationsSource: ResourceDataSyncAwsOrganizationsSource? = null, includeFutureRegions: Boolean? = null, sourceRegions: List<String>, sourceType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from AWS Organizations .

Link copied to clipboard

Whether to automatically synchronize and aggregate data from new AWS Regions when those Regions come online.

Link copied to clipboard

The SyncSource AWS Regions included in the resource data sync.

Link copied to clipboard

The type of data source for the resource data sync. SourceType is either AwsOrganizations (if an organization is present in AWS Organizations ) or SingleAccountMultiRegions .