public static enum CfnResourceIndex.Mutability extends java.lang.Enum<CfnResourceIndex.Mutability>
| Enum Constant and Description |
|---|
CREATE
Applied when a property was derived from a lifecycle operation that
creates a resource or the
CfnMutabilityTrait specifying full,
create, or create-and-read mutability. |
READ
Applied when a property was derived from a lifecycle operation that
retrieves a resource or the
CfnMutabilityTrait specifying full,
read, or create-and-read mutability. |
WRITE
Applied when a property was derived from a lifecycle operation that
updates a resource or the
CfnMutabilityTrait specifying full
or write mutability. |
| Modifier and Type | Method and Description |
|---|---|
static CfnResourceIndex.Mutability |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CfnResourceIndex.Mutability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CfnResourceIndex.Mutability CREATE
CfnMutabilityTrait specifying full,
create, or create-and-read mutability.public static final CfnResourceIndex.Mutability READ
CfnMutabilityTrait specifying full,
read, or create-and-read mutability.public static final CfnResourceIndex.Mutability WRITE
CfnMutabilityTrait specifying full
or write mutability.public static CfnResourceIndex.Mutability[] values()
for (CfnResourceIndex.Mutability c : CfnResourceIndex.Mutability.values()) System.out.println(c);
public static CfnResourceIndex.Mutability 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