@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-31T18:36:55.244Z") @Deprecated public enum CloudFormationCapabilities extends java.lang.Enum<CloudFormationCapabilities>
Enum Constant and Description |
---|
ANONYMOUS_IAM
Deprecated.
|
AUTO_EXPAND
Deprecated.
|
NAMED_IAM
Deprecated.
|
NONE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CloudFormationCapabilities |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static CloudFormationCapabilities[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final CloudFormationCapabilities NONE
Pass this capability if you wish to block the creation IAM resources.
@Deprecated public static final CloudFormationCapabilities ANONYMOUS_IAM
Pass this capability if you're only creating anonymous resources.
@Deprecated public static final CloudFormationCapabilities NAMED_IAM
Pass this capability if you're creating IAM resources that have physical names.
CloudFormationCapabilities.NamedIAM
implies CloudFormationCapabilities.IAM
; you don't have to pass both.
@Deprecated public static final CloudFormationCapabilities AUTO_EXPAND
Pass this capability if your template includes macros, for example AWS::Include or AWS::Serverless.
public static CloudFormationCapabilities[] values()
for (CloudFormationCapabilities c : CloudFormationCapabilities.values()) System.out.println(c);
public static CloudFormationCapabilities valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null