@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:43.989Z") @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 String |
getAssumeRoleArn()
(experimental) The role that needs to be assumed to deploy the stack.
|
default String |
getBootstrapStackVersionSsmParameter()
(experimental) SSM parameter where the bootstrap stack version number can be found.
|
default String |
getCloudFormationExecutionRoleArn()
(experimental) The role that is passed to CloudFormation to execute the change set.
|
default Map<String,String> |
getParameters()
(experimental) Values for CloudFormation stack parameters that should be passed when the stack is deployed.
|
default Number |
getRequiresBootstrapStackVersion()
(experimental) Version of bootstrap stack required to deploy this stack.
|
default String |
getStackName()
(experimental) The name to use for the CloudFormation stack.
|
default String |
getStackTemplateAssetObjectUrl()
(experimental) If the stack template has already been included in the asset manifest, its asset URL.
|
default Map<String,String> |
getTags()
(experimental) Values for CloudFormation stack tags that should be passed when the stack is deployed.
|
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.
|
default Boolean |
getValidateOnSynth()
(experimental) Whether this stack should be validated by the CLI after synthesis.
|
@Stability(value=Experimental) @NotNull String getTemplateFile()
@Stability(value=Experimental) @Nullable default String getAssumeRoleArn()
Default: - No role is assumed (current credentials are used)
@Stability(value=Experimental) @Nullable default String getBootstrapStackVersionSsmParameter()
Only used if requiresBootstrapStackVersion is set.
Default: - Bootstrap stack version number looked up
@Stability(value=Experimental) @Nullable default String getCloudFormationExecutionRoleArn()
Default: - No role is passed (currently assumed role/credentials are used)
@Stability(value=Experimental) @Nullable default Map<String,String> getParameters()
Default: - No parameters
@Stability(value=Experimental) @Nullable default Number getRequiresBootstrapStackVersion()
Default: - No bootstrap stack required
@Stability(value=Experimental) @Nullable default String getStackName()
Default: - name derived from artifact ID
@Stability(value=Experimental) @Nullable default String getStackTemplateAssetObjectUrl()
Default: - Not uploaded yet, upload just before deploying
@Stability(value=Experimental) @Nullable default Map<String,String> getTags()
Default: - No tags
@Stability(value=Experimental) @Nullable default Boolean getTerminationProtection()
Default: false
@Stability(value=Experimental) @Nullable default Boolean getValidateOnSynth()
Default: - false
@Stability(value=Experimental) static AwsCloudFormationStackProperties.Builder builder()
Copyright © 2021. All rights reserved.