@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.626Z") @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(software.constructs.Construct scope,
IStage stage,
ActionBindOptions options)
(experimental) This is a renamed version of the
IAction.bind method. |
IRole |
getDeploymentRole() |
getProvidedActionPropertiesbind, 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 software.constructs.Construct scope, @NotNull IStage stage, @NotNull ActionBindOptions options)
IAction.bind method.
@Stability(value=Experimental) @NotNull public IRole getDeploymentRole()
Copyright © 2021. All rights reserved.