@Service public class CloudFormation extends Object
| 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 |
public void signalReady(String resourceName)
resourceName - the resource to signalpublic void signalReady()
Copyright © 2016 Taimos GmbH. All rights reserved.