@Stability(value=Stable) public static final class CloudFormationExecuteChangeSetActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudFormationExecuteChangeSetActionProps
CloudFormationExecuteChangeSetActionPropssoftware.amazon.jsii.JsiiObject.InitializationModeCloudFormationExecuteChangeSetActionProps.Builder, CloudFormationExecuteChangeSetActionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAccount()
The AWS account this Action is supposed to operate in.
|
String |
getActionName() |
String |
getChangeSetName()
Name of the change set to execute.
|
Artifact |
getOutput()
The name of the output artifact to generate.
|
String |
getOutputFileName()
A name for the filename in the output artifact to store the AWS CloudFormation call's result.
|
String |
getRegion()
The AWS region the given Action resides in.
|
IRole |
getRole() |
Number |
getRunOrder() |
String |
getStackName()
The name of the stack to apply this action to.
|
int |
hashCode() |
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public String getChangeSetName()
CloudFormationExecuteChangeSetActionPropsgetChangeSetName in interface CloudFormationExecuteChangeSetActionPropspublic String getStackName()
CloudFormationExecuteChangeSetActionPropsgetStackName in interface CloudFormationExecuteChangeSetActionPropspublic String getAccount()
CloudFormationExecuteChangeSetActionPropsgetAccount in interface CloudFormationExecuteChangeSetActionPropspublic Artifact getOutput()
CloudFormationExecuteChangeSetActionPropsOnly applied if outputFileName is set as well.
getOutput in interface CloudFormationExecuteChangeSetActionPropspublic String getOutputFileName()
CloudFormationExecuteChangeSetActionPropsThe 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 generatedgetOutputFileName in interface CloudFormationExecuteChangeSetActionPropspublic String getRegion()
CloudFormationExecuteChangeSetActionPropsPipelineProps#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 PipelinegetRegion in interface CloudFormationExecuteChangeSetActionPropspublic IRole getRole()
getRole in interface CommonAwsActionPropspublic String getActionName()
getActionName in interface CommonActionPropspublic Number getRunOrder()
getRunOrder in interface CommonActionPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2019. All rights reserved.