@Service public class CloudFormation extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TAG_CLOUDFORMATION_LOGICAL_ID |
static String |
TAG_CLOUDFORMATION_STACK_NAME |
| Constructor and Description |
|---|
CloudFormation() |
| Modifier and Type | Method and Description |
|---|---|
void |
signalReady()
signal success to the current CloudFormation stack.
The resource is derived from the instance tags Needed AWS actions: ec2:DescribeInstances cloudformation:SignalResource |
void |
signalReady(String resourceName)
signal success to the current CloudFormation stack.
Needed AWS actions: ec2:DescribeInstances cloudformation:SignalResource |
void |
signalReady(String stackName,
String resourceName)
signal success to the given CloudFormation stack.
Needed AWS actions: cloudformation:SignalResource |
public static final String TAG_CLOUDFORMATION_LOGICAL_ID
public static final String TAG_CLOUDFORMATION_STACK_NAME
public void signalReady(String stackName, String resourceName)
public void signalReady(String resourceName)
resourceName - the resource to signalpublic void signalReady()
Copyright © 2016–2019 Taimos GmbH. All rights reserved.