Interface CfnResourceDataSyncPropsMixin.AwsOrganizationsSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResourceDataSyncPropsMixin.AwsOrganizationsSourceProperty.Jsii$Proxy
- Enclosing class:
CfnResourceDataSyncPropsMixin
@Stability(Stable)
public static interface CfnResourceDataSyncPropsMixin.AwsOrganizationsSourceProperty
extends software.amazon.jsii.JsiiSerializable
Information about the
AwsOrganizationsSource resource data sync source.
A sync source of this type can synchronize data from AWS Organizations or, if an AWS organization isn't present, from multiple AWS Regions .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ssm.*;
AwsOrganizationsSourceProperty awsOrganizationsSourceProperty = AwsOrganizationsSourceProperty.builder()
.organizationalUnits(List.of("organizationalUnits"))
.organizationSourceType("organizationSourceType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnResourceDataSyncPropsMixin.AwsOrganizationsSourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOrganizationalUnits
The AWS Organizations organization units included in the sync.- See Also:
-
getOrganizationSourceType
If an AWS organization is present, this is eitherOrganizationalUnitsorEntireOrganization.For
OrganizationalUnits, the data is aggregated from a set of organization units. ForEntireOrganization, the data is aggregated from the entire AWS organization.- See Also:
-
builder
@Stability(Stable) static CfnResourceDataSyncPropsMixin.AwsOrganizationsSourceProperty.Builder builder()
-