@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:33:10.123Z") @Stability(value=Experimental) public interface StackDeploymentProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
StackDeploymentProps.Builder
A builder for
StackDeploymentProps |
static class |
StackDeploymentProps.Jsii$Proxy
An implementation for
StackDeploymentProps |
| Modifier and Type | Method and Description |
|---|---|
static StackDeploymentProps.Builder |
builder() |
String |
getAbsoluteTemplatePath()
(experimental) Template path on disk to cloud assembly (cdk.out).
|
default String |
getAccount()
(experimental) Account where the stack should be deployed.
|
default List<StackAsset> |
getAssets()
(experimental) Assets referenced by this stack.
|
default String |
getAssumeRoleArn()
(experimental) Role to assume before deploying this stack.
|
String |
getConstructPath()
(experimental) Construct path for this stack.
|
default String |
getExecutionRoleArn()
(experimental) Execution role to pass to CloudFormation.
|
default String |
getRegion()
(experimental) Region where the stack should be deployed.
|
String |
getStackArtifactId()
(experimental) Artifact ID for this stack.
|
String |
getStackName()
(experimental) Name for this stack.
|
default Map<String,String> |
getTags()
(experimental) Tags to apply to the stack.
|
default String |
getTemplateS3Uri()
(experimental) The S3 URL which points to the template asset location in the publishing bucket.
|
@Stability(value=Experimental) @NotNull String getAbsoluteTemplatePath()
@Stability(value=Experimental) @NotNull String getConstructPath()
@Stability(value=Experimental) @NotNull String getStackArtifactId()
@Stability(value=Experimental) @NotNull String getStackName()
@Stability(value=Experimental) @Nullable default String getAccount()
Default: - Pipeline account
@Stability(value=Experimental) @Nullable default List<StackAsset> getAssets()
Default: - No assets
@Stability(value=Experimental) @Nullable default String getAssumeRoleArn()
Default: - Don't assume any role
@Stability(value=Experimental) @Nullable default String getExecutionRoleArn()
Default: - No execution role
@Stability(value=Experimental) @Nullable default String getRegion()
Default: - Pipeline region
@Stability(value=Experimental) @Nullable default Map<String,String> getTags()
Default: - No tags
@Stability(value=Experimental) @Nullable default String getTemplateS3Uri()
Default: - Stack template is not published
@Stability(value=Experimental) static StackDeploymentProps.Builder builder()
StackDeploymentProps.Builder of StackDeploymentPropsCopyright © 2021. All rights reserved.