@Generated(value="jsii-pacmak/0.20.8 (build bd5ef4d)", date="2019-11-25T14:22:25.780Z") @Stability(value=Stable) 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
A fluent builder for
CloudFormationDeleteStackAction. |
| 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)
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 CloudFormationDeleteStackAction(software.amazon.jsii.JsiiObjectRef objRef)
protected CloudFormationDeleteStackAction(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public CloudFormationDeleteStackAction(CloudFormationDeleteStackActionProps 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.