@Stability(value=Stable)
public static interface CfnStackSet.AutoDeploymentProperty
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.*;
AutoDeploymentProperty autoDeploymentProperty = AutoDeploymentProperty.builder()
.enabled(false)
.retainStacksOnAccountRemoval(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStackSet.AutoDeploymentProperty.Builder
A builder for
CfnStackSet.AutoDeploymentProperty |
static class |
CfnStackSet.AutoDeploymentProperty.Jsii$Proxy
An implementation for
CfnStackSet.AutoDeploymentProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStackSet.AutoDeploymentProperty.Builder |
builder() |
default Object |
getEnabled()
`CfnStackSet.AutoDeploymentProperty.Enabled`.
|
default Object |
getRetainStacksOnAccountRemoval()
`CfnStackSet.AutoDeploymentProperty.RetainStacksOnAccountRemoval`.
|
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) @Nullable default Object getRetainStacksOnAccountRemoval()
@Stability(value=Stable) static CfnStackSet.AutoDeploymentProperty.Builder builder()
Copyright © 2021. All rights reserved.