@Generated(value="jsii-pacmak/0.20.8 (build bd5ef4d)", date="2019-11-25T14:22:25.781Z") @Stability(value=Stable) public interface CloudFormationExecuteChangeSetActionProps extends software.amazon.jsii.JsiiSerializable, CommonAwsActionProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
CloudFormationExecuteChangeSetActionProps.Builder
A builder for
CloudFormationExecuteChangeSetActionProps |
static class |
CloudFormationExecuteChangeSetActionProps.Jsii$Proxy
An implementation for
CloudFormationExecuteChangeSetActionProps |
| Modifier and Type | Method and Description |
|---|---|
static CloudFormationExecuteChangeSetActionProps.Builder |
builder() |
default String |
getAccount()
The AWS account this Action is supposed to operate in.
|
String |
getChangeSetName()
Name of the change set to execute.
|
default Artifact |
getOutput()
The name of the output artifact to generate.
|
default String |
getOutputFileName()
A name for the filename in the output artifact to store the AWS CloudFormation call's result.
|
default String |
getRegion()
The AWS region the given Action resides in.
|
String |
getStackName()
The name of the stack to apply this action to.
|
getRolegetActionName, getRunOrder@Stability(value=Stable) String getChangeSetName()
@Stability(value=Stable) String getStackName()
@Stability(value=Stable) default String getAccount()
@Stability(value=Stable) default Artifact getOutput()
Only applied if outputFileName is set as well.
@Stability(value=Stable) default String getOutputFileName()
The file will contain the result of the call to AWS CloudFormation (for example the call to UpdateStack or CreateChangeSet).
AWS CodePipeline adds the file to the output artifact after performing the specified action.
Default: No output artifact generated@Stability(value=Stable) default String getRegion()
PipelineProps#crossRegionReplicationBuckets property. If you don't, the CodePipeline Construct will create new Stacks in your CDK app containing those buckets, that you will need to `cdk deploy` before deploying the main, Pipeline-containing Stack.
Default: the Action resides in the same region as the Pipeline@Stability(value=Stable) static CloudFormationExecuteChangeSetActionProps.Builder builder()
builder in interface CommonActionPropsbuilder in interface CommonAwsActionPropsCloudFormationExecuteChangeSetActionProps.Builder of CloudFormationExecuteChangeSetActionPropsCopyright © 2019. All rights reserved.