@Generated(value="jsii-pacmak/0.20.8 (build bd5ef4d)", date="2019-11-25T14:22:25.779Z") @Stability(value=Stable) public class CloudFormationCreateReplaceChangeSetAction extends Action
Creates the change set if it doesn't exist based on the stack name and template that you submit. If the change set exists, AWS CloudFormation deletes it, and then creates a new one.
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudFormationCreateReplaceChangeSetAction.Builder
A fluent builder for
CloudFormationCreateReplaceChangeSetAction. |
| Modifier | Constructor and Description |
|---|---|
|
CloudFormationCreateReplaceChangeSetAction(CloudFormationCreateReplaceChangeSetActionProps props) |
protected |
CloudFormationCreateReplaceChangeSetAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CloudFormationCreateReplaceChangeSetAction(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
addToDeploymentRolePolicy(PolicyStatement statement)
Add statement to the service role assumed by CloudFormation while executing this action.
|
protected ActionConfig |
bound(Construct scope,
IStage stage,
ActionBindOptions options)
The method called when an Action is attached to a Pipeline.
|
IRole |
getDeploymentRole() |
bind, getActionProperties, onStateChange, onStateChange, onStateChangejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected CloudFormationCreateReplaceChangeSetAction(software.amazon.jsii.JsiiObjectRef objRef)
protected CloudFormationCreateReplaceChangeSetAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public CloudFormationCreateReplaceChangeSetAction(CloudFormationCreateReplaceChangeSetActionProps props)
props - This parameter is required.@Stability(value=Stable) public Boolean addToDeploymentRolePolicy(PolicyStatement statement)
statement - This parameter is required.@Stability(value=Stable) protected ActionConfig bound(Construct scope, IStage stage, ActionBindOptions options)
@Stability(value=Stable) public IRole getDeploymentRole()
Copyright © 2019. All rights reserved.