@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:39.444Z") @Stability(value=Experimental) 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
(experimental) A fluent builder for
CloudFormationCreateReplaceChangeSetAction. |
software.amazon.jsii.JsiiObject.InitializationModeIAction.Jsii$Default| 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)
(experimental) Add statement to the service role assumed by CloudFormation while executing this action.
|
protected ActionConfig |
bound(Construct scope,
IStage stage,
ActionBindOptions options)
(experimental) The method called when an Action is attached to a Pipeline.
|
IRole |
getDeploymentRole() |
bind, getActionProperties, onStateChange, onStateChange, onStateChange, variableExpressionjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected CloudFormationCreateReplaceChangeSetAction(software.amazon.jsii.JsiiObjectRef objRef)
protected CloudFormationCreateReplaceChangeSetAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public CloudFormationCreateReplaceChangeSetAction(@NotNull
CloudFormationCreateReplaceChangeSetActionProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public Boolean addToDeploymentRolePolicy(@NotNull PolicyStatement statement)
statement - This parameter is required.@Stability(value=Experimental) @NotNull protected ActionConfig bound(@NotNull Construct scope, @NotNull IStage stage, @NotNull ActionBindOptions options)
This method is guaranteed to be called only once for each Action instance.
@Stability(value=Experimental) @NotNull public IRole getDeploymentRole()
Copyright © 2021. All rights reserved.