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