public enum CloudFormationActions extends Enum<CloudFormationActions> implements Action
| Enum Constant and Description |
|---|
CreateStack
Action for the CreateStack operation on AWS Cloud Formation.
|
DeleteStack
Action for the DeleteStack operation on AWS Cloud Formation.
|
DescribeStackEvents
Action for the DescribeStackEvents operation on AWS Cloud Formation.
|
DescribeStackResources
Action for the DescribeStackResources operation on AWS Cloud Formation.
|
DescribeStacks
Action for the DescribeStacks operation on AWS Cloud Formation.
|
GetTemplate
Action for the GetTemplate operation on AWS Cloud Formation.
|
ValidateTemplate
Action for the ValidateTemplate operation on AWS Cloud Formation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActionName()
Returns the name of this action.
|
static CloudFormationActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudFormationActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CloudFormationActions CreateStack
public static final CloudFormationActions DeleteStack
public static final CloudFormationActions DescribeStacks
public static final CloudFormationActions DescribeStackEvents
public static final CloudFormationActions DescribeStackResources
public static final CloudFormationActions GetTemplate
public static final CloudFormationActions ValidateTemplate
public static CloudFormationActions[] values()
for (CloudFormationActions c : CloudFormationActions.values()) System.out.println(c);
public static CloudFormationActions valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String getActionName()
ActiongetActionName in interface ActionCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.