@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:29.083Z") @Stability(value=Experimental) public interface DeployCdkStackActionProps extends software.amazon.jsii.JsiiSerializable, DeployCdkStackActionOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
DeployCdkStackActionProps.Builder
A builder for
DeployCdkStackActionProps |
static class |
DeployCdkStackActionProps.Jsii$Proxy
An implementation for
DeployCdkStackActionProps |
| Modifier and Type | Method and Description |
|---|---|
static DeployCdkStackActionProps.Builder |
builder() |
IRole |
getActionRole()
(experimental) Role for the action to assume.
|
default IRole |
getCloudFormationExecutionRole()
(experimental) Role to execute CloudFormation under.
|
default List<String> |
getDependencyStackArtifactIds()
(experimental) Artifact ID for the stacks this stack depends on.
|
default String |
getRegion()
(experimental) Region to deploy into.
|
default String |
getStackArtifactId()
(experimental) Artifact ID for the stack deployed here.
|
String |
getStackName()
(experimental) The name of the stack that should be created/updated.
|
default String |
getTemplateConfigurationPath()
(experimental) Template configuration path relative to the input artifact.
|
String |
getTemplatePath()
(experimental) Relative path of template in the input artifact.
|
getBaseActionName, getChangeSetName, getCloudAssemblyInput, getExecuteRunOrder, getOutput, getOutputFileName, getPrepareRunOrder@Stability(value=Experimental) @NotNull IRole getActionRole()
This controls the account to deploy into
@Stability(value=Experimental) @NotNull String getStackName()
@Stability(value=Experimental) @NotNull String getTemplatePath()
@Stability(value=Experimental) @Nullable default IRole getCloudFormationExecutionRole()
Default: - Execute CloudFormation using the action role
@Stability(value=Experimental) @Nullable default List<String> getDependencyStackArtifactIds()
Used for pipeline order checking.
Default: - No dependencies
@Stability(value=Experimental) @Nullable default String getRegion()
Default: - Same region as pipeline
@Stability(value=Experimental) @Nullable default String getStackArtifactId()
Used for pipeline order checking.
Default: - Order will not be checked
@Stability(value=Experimental) @Nullable default String getTemplateConfigurationPath()
Default: - No template configuration
@Stability(value=Experimental) static DeployCdkStackActionProps.Builder builder()
builder in interface DeployCdkStackActionOptionsDeployCdkStackActionProps.Builder of DeployCdkStackActionPropsCopyright © 2021. All rights reserved.