@Generated(value="jsii-pacmak/0.18.0 (build f29d29c)", date="2019-10-07T15:47:51.064Z") @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.
|
List<software.amazon.awscdk.services.cloudformation.CloudFormationCapabilities> |
getCapabilities()
Acknowledge certain changes made as part of deployment.
|
String |
getChangeSetName()
The name to use when creating a ChangeSet for the stack.
|
Number |
getCreateChangeSetRunOrder()
The runOrder for the CodePipeline action creating the ChangeSet.
|
Number |
getExecuteChangeSetRunOrder()
The runOrder for the CodePipeline action executing the ChangeSet.
|
software.amazon.awscdk.services.codepipeline.Artifact |
getInput()
The CodePipeline artifact that holds the synthesized app, which is the contents of the ``
|
software.amazon.awscdk.services.iam.IRole |
getRole()
IAM role to assume when deploying changes.
|
software.amazon.awscdk.core.Stack |
getStack()
The CDK stack to be deployed.
|
@Stability(value=Experimental) Boolean getAdminPermissions()
@Stability(value=Experimental) software.amazon.awscdk.services.codepipeline.Artifact getInput()
@Stability(value=Experimental) software.amazon.awscdk.core.Stack getStack()
@Stability(value=Experimental) List<software.amazon.awscdk.services.cloudformation.CloudFormationCapabilities> getCapabilities()
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#using-iam-capabilities@Stability(value=Experimental) String getChangeSetName()
@Stability(value=Experimental) Number getCreateChangeSetRunOrder()
@Stability(value=Experimental) Number getExecuteChangeSetRunOrder()
@Stability(value=Experimental) software.amazon.awscdk.services.iam.IRole getRole()
@Stability(value=Experimental) static PipelineDeployStackActionProps.Builder builder()
Copyright © 2019. All rights reserved.