@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.632Z") @Stability(value=Experimental) public class CloudFormationDeleteStackAction extends Action
Deletes a stack. If you specify a stack that doesn't exist, the action completes successfully without deleting a stack.
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudFormationDeleteStackAction.Builder
(experimental) A fluent builder for
CloudFormationDeleteStackAction. |
software.amazon.jsii.JsiiObject.InitializationModeIAction.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
CloudFormationDeleteStackAction(CloudFormationDeleteStackActionProps props) |
protected |
CloudFormationDeleteStackAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CloudFormationDeleteStackAction(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 CloudFormationDeleteStackAction(software.amazon.jsii.JsiiObjectRef objRef)
protected CloudFormationDeleteStackAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public CloudFormationDeleteStackAction(@NotNull
CloudFormationDeleteStackActionProps 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.