@Stability(value=Stable)
public static interface CfnStackSet.DeploymentTargetsProperty
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.cloudformation.*;
DeploymentTargetsProperty deploymentTargetsProperty = DeploymentTargetsProperty.builder()
.accounts(List.of("accounts"))
.organizationalUnitIds(List.of("organizationalUnitIds"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStackSet.DeploymentTargetsProperty.Builder
A builder for
CfnStackSet.DeploymentTargetsProperty |
static class |
CfnStackSet.DeploymentTargetsProperty.Jsii$Proxy
An implementation for
CfnStackSet.DeploymentTargetsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStackSet.DeploymentTargetsProperty.Builder |
builder() |
default List<String> |
getAccounts()
`CfnStackSet.DeploymentTargetsProperty.Accounts`.
|
default List<String> |
getOrganizationalUnitIds()
`CfnStackSet.DeploymentTargetsProperty.OrganizationalUnitIds`.
|
@Stability(value=Stable) @Nullable default List<String> getAccounts()
@Stability(value=Stable) @Nullable default List<String> getOrganizationalUnitIds()
@Stability(value=Stable) static CfnStackSet.DeploymentTargetsProperty.Builder builder()
Copyright © 2021. All rights reserved.