@Generated(value="jsii-pacmak/0.20.2 (build faba0be)", date="2019-11-11T17:18:01.663Z") @Stability(value=Experimental) public interface PipelineDeployStackActionProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
PipelineDeployStackActionProps.Builder
A builder for
PipelineDeployStackActionProps |
static class |
PipelineDeployStackActionProps.Jsii$Proxy
An implementation for
PipelineDeployStackActionProps |
| Modifier and Type | Method and Description |
|---|---|
static PipelineDeployStackActionProps.Builder |
builder() |
Boolean |
getAdminPermissions()
Whether to grant admin permissions to CloudFormation while deploying this template.
|
default List<CloudFormationCapabilities> |
getCapabilities()
Acknowledge certain changes made as part of deployment.
|
default String |
getChangeSetName()
The name to use when creating a ChangeSet for the stack.
|
default Number |
getCreateChangeSetRunOrder()
The runOrder for the CodePipeline action creating the ChangeSet.
|
default Number |
getExecuteChangeSetRunOrder()
The runOrder for the CodePipeline action executing the ChangeSet.
|
Artifact |
getInput()
The CodePipeline artifact that holds the synthesized app, which is the contents of the ``
|
default IRole |
getRole()
IAM role to assume when deploying changes.
|
Stack |
getStack()
The CDK stack to be deployed.
|
@Stability(value=Experimental) Boolean getAdminPermissions()
@Stability(value=Experimental) Artifact getInput()
@Stability(value=Experimental) Stack getStack()
@Stability(value=Experimental) default List<CloudFormationCapabilities> getCapabilities()
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#using-iam-capabilities@Stability(value=Experimental) default String getChangeSetName()
@Stability(value=Experimental) default Number getCreateChangeSetRunOrder()
@Stability(value=Experimental) default Number getExecuteChangeSetRunOrder()
@Stability(value=Experimental) default IRole getRole()
@Stability(value=Experimental) static PipelineDeployStackActionProps.Builder builder()
Copyright © 2019. All rights reserved.