Class CloudFormationExecuteChangeSetActionProps.Jsii$Proxy
- All Implemented Interfaces:
CloudFormationExecuteChangeSetActionProps
,CommonActionProps
,CommonAwsActionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CloudFormationExecuteChangeSetActionProps
CloudFormationExecuteChangeSetActionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.actions.CloudFormationExecuteChangeSetActionProps
CloudFormationExecuteChangeSetActionProps.Builder, CloudFormationExecuteChangeSetActionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCloudFormationExecuteChangeSetActionProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The AWS account this Action is supposed to operate in.final String
The physical, human-readable name of the Action.final String
Name of the change set to execute.final Artifact
The name of the output artifact to generate.final String
A name for the filename in the output artifact to store the AWS CloudFormation call's result.final String
The AWS region the given Action resides in.final IRole
getRole()
The Role in which context's this Action will be executing in.final Number
The runOrder property for this Action.final String
The name of the stack to apply this action to.final String
The name of the namespace to use for variables emitted by this action.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCloudFormationExecuteChangeSetActionProps.Builder
.
-
-
Method Details
-
getChangeSetName
Description copied from interface:CloudFormationExecuteChangeSetActionProps
Name of the change set to execute.- Specified by:
getChangeSetName
in interfaceCloudFormationExecuteChangeSetActionProps
-
getStackName
Description copied from interface:CloudFormationExecuteChangeSetActionProps
The name of the stack to apply this action to.- Specified by:
getStackName
in interfaceCloudFormationExecuteChangeSetActionProps
-
getAccount
Description copied from interface:CloudFormationExecuteChangeSetActionProps
The AWS account this Action is supposed to operate in.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
- Specified by:
getAccount
in interfaceCloudFormationExecuteChangeSetActionProps
-
getOutput
Description copied from interface:CloudFormationExecuteChangeSetActionProps
The name of the output artifact to generate.Only applied if
outputFileName
is set as well.Default: Automatically generated artifact name.
- Specified by:
getOutput
in interfaceCloudFormationExecuteChangeSetActionProps
-
getOutputFileName
Description copied from interface:CloudFormationExecuteChangeSetActionProps
A name for the filename in the output artifact to store the AWS CloudFormation call's result.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
- Specified by:
getOutputFileName
in interfaceCloudFormationExecuteChangeSetActionProps
-
getRegion
Description copied from interface:CloudFormationExecuteChangeSetActionProps
The AWS region the given Action resides in.Note that a cross-region Pipeline requires replication buckets to function correctly. You can provide their names with the
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 tocdk deploy
before deploying the main, Pipeline-containing Stack.Default: the Action resides in the same region as the Pipeline
- Specified by:
getRegion
in interfaceCloudFormationExecuteChangeSetActionProps
-
getRole
Description copied from interface:CommonAwsActionProps
The Role in which context's this Action will be executing in.The Pipeline's Role will assume this Role (the required permissions for that will be granted automatically) right before executing this Action. This Action will be passed into your
IAction.bind
method in theActionBindOptions.role
property.Default: a new Role will be generated
- Specified by:
getRole
in interfaceCommonAwsActionProps
-
getActionName
Description copied from interface:CommonActionProps
The physical, human-readable name of the Action.Note that Action names must be unique within a single Stage.
- Specified by:
getActionName
in interfaceCommonActionProps
-
getRunOrder
Description copied from interface:CommonActionProps
The runOrder property for this Action.RunOrder determines the relative order in which multiple Actions in the same Stage execute.
Default: 1
- Specified by:
getRunOrder
in interfaceCommonActionProps
- See Also:
-
getVariablesNamespace
Description copied from interface:CommonActionProps
The name of the namespace to use for variables emitted by this action.Default: - a name will be generated, based on the stage and action names, if any of the action's variables were referenced - otherwise, no namespace will be set
- Specified by:
getVariablesNamespace
in interfaceCommonActionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-