@Stability(value=Stable)
public static interface CfnResourceDataSync.AwsOrganizationsSourceProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ssm.*;
AwsOrganizationsSourceProperty awsOrganizationsSourceProperty = AwsOrganizationsSourceProperty.builder()
.organizationSourceType("organizationSourceType")
// the properties below are optional
.organizationalUnits(List.of("organizationalUnits"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResourceDataSync.AwsOrganizationsSourceProperty.Builder
A builder for
CfnResourceDataSync.AwsOrganizationsSourceProperty |
static class |
CfnResourceDataSync.AwsOrganizationsSourceProperty.Jsii$Proxy
An implementation for
CfnResourceDataSync.AwsOrganizationsSourceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnResourceDataSync.AwsOrganizationsSourceProperty.Builder |
builder() |
default List<String> |
getOrganizationalUnits()
`CfnResourceDataSync.AwsOrganizationsSourceProperty.OrganizationalUnits`.
|
String |
getOrganizationSourceType()
`CfnResourceDataSync.AwsOrganizationsSourceProperty.OrganizationSourceType`.
|
@Stability(value=Stable) @Nullable default List<String> getOrganizationalUnits()
@Stability(value=Stable) @NotNull String getOrganizationSourceType()
@Stability(value=Stable) static CfnResourceDataSync.AwsOrganizationsSourceProperty.Builder builder()
Copyright © 2021. All rights reserved.