@Stability(value=Stable) public static final class CloudFormationExecuteChangeSetActionProps.Builder extends Object implements software.amazon.jsii.Builder<CloudFormationExecuteChangeSetActionProps>
CloudFormationExecuteChangeSetActionProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CloudFormationExecuteChangeSetActionProps.Builder changeSetName(String changeSetName)
CloudFormationExecuteChangeSetActionProps.getChangeSetName()changeSetName - Name of the change set to execute. This parameter is required.this@Stability(value=Stable) public CloudFormationExecuteChangeSetActionProps.Builder stackName(String stackName)
CloudFormationExecuteChangeSetActionProps.getStackName()stackName - The name of the stack to apply this action to. This parameter is required.this@Stability(value=Stable) public CloudFormationExecuteChangeSetActionProps.Builder account(String account)
CloudFormationExecuteChangeSetActionProps.getAccount()account - 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.this@Stability(value=Stable) public CloudFormationExecuteChangeSetActionProps.Builder output(Artifact output)
CloudFormationExecuteChangeSetActionProps.getOutput()output - The name of the output artifact to generate.
Only applied if outputFileName is set as well.this@Stability(value=Stable) public CloudFormationExecuteChangeSetActionProps.Builder outputFileName(String outputFileName)
CloudFormationExecuteChangeSetActionProps.getOutputFileName()outputFileName - 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.
this@Stability(value=Stable) public CloudFormationExecuteChangeSetActionProps.Builder region(String region)
CloudFormationExecuteChangeSetActionProps.getRegion()region - 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 {@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.this@Stability(value=Stable) public CloudFormationExecuteChangeSetActionProps.Builder role(IRole role)
CommonAwsActionProps.getRole()role - 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 {@link IAction.bind}
method in the {@link ActionBindOptions.role} property.this@Stability(value=Stable) public CloudFormationExecuteChangeSetActionProps.Builder actionName(String actionName)
CommonActionProps.getActionName()actionName - The physical, human-readable name of the Action. This parameter is required.
Note that Action names must be unique within a single Stage.this@Stability(value=Stable) public CloudFormationExecuteChangeSetActionProps.Builder runOrder(Number runOrder)
CommonActionProps.getRunOrder()runOrder - The runOrder property for this Action.
RunOrder determines the relative order in which multiple Actions in the same Stage execute.this@Stability(value=Stable) public CloudFormationExecuteChangeSetActionProps.Builder variablesNamespace(String variablesNamespace)
CommonActionProps.getVariablesNamespace()variablesNamespace - The name of the namespace to use for variables emitted by this action.this@Stability(value=Stable) public CloudFormationExecuteChangeSetActionProps build()
build in interface software.amazon.jsii.Builder<CloudFormationExecuteChangeSetActionProps>CloudFormationExecuteChangeSetActionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.