@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:44.033Z") @Stability(value=Experimental) public interface AwsCloudFormationStackProperties extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AwsCloudFormationStackProperties.Builder
A builder for
AwsCloudFormationStackProperties |
static class |
AwsCloudFormationStackProperties.Jsii$Proxy
An implementation for
AwsCloudFormationStackProperties |
| Modifier and Type | Method and Description |
|---|---|
static AwsCloudFormationStackProperties.Builder |
builder() |
default Map<String,String> |
getParameters()
(experimental) Values for CloudFormation stack parameters that should be passed when the stack is deployed.
|
default String |
getStackName()
(experimental) The name to use for the CloudFormation stack.
|
String |
getTemplateFile()
(experimental) A file relative to the assembly root which contains the CloudFormation template for this stack.
|
default Boolean |
getTerminationProtection()
(experimental) Whether to enable termination protection for this stack.
|
@Stability(value=Experimental) @NotNull String getTemplateFile()
@Stability(value=Experimental) @Nullable default Map<String,String> getParameters()
@Stability(value=Experimental) @Nullable default String getStackName()
Default: - name derived from artifact ID
@Stability(value=Experimental) @Nullable default Boolean getTerminationProtection()
Default: false
@Stability(value=Experimental) static AwsCloudFormationStackProperties.Builder builder()
Copyright © 2021. All rights reserved.