@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.
|
String |
getVariablesNamespace() |
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, 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()
CloudFormationExecuteChangeSetActionProps
Note: if you specify the role property,
this is ignored - the action will operate in the same region the passed role does.
Default: - action resides in the same account as the pipeline
getAccount in interface CloudFormationExecuteChangeSetActionPropspublic Artifact getOutput()
CloudFormationExecuteChangeSetActionProps
Only applied if outputFileName is set as well.
Default: Automatically generated artifact name.
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 generated
getOutputFileName in interface CloudFormationExecuteChangeSetActionPropspublic String getRegion()
CloudFormationExecuteChangeSetActionProps
Note that a cross-region Pipeline requires replication buckets to function correctly.
You can provide their names with the {@link 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
getRegion in interface CloudFormationExecuteChangeSetActionPropspublic IRole getRole()
getRole in interface CommonAwsActionPropspublic String getActionName()
getActionName in interface CommonActionPropspublic Number getRunOrder()
getRunOrder in interface CommonActionPropspublic String getVariablesNamespace()
getVariablesNamespace in interface CommonActionPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.