@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)", date="2022-06-22T23:28:01.277Z") public enum BottlerocketEcsVariant extends java.lang.Enum<BottlerocketEcsVariant>
Enum Constant and Description |
---|
AWS_ECS_1
aws-ecs-1 variant.
|
Modifier and Type | Method and Description |
---|---|
static BottlerocketEcsVariant |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BottlerocketEcsVariant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BottlerocketEcsVariant AWS_ECS_1
public static BottlerocketEcsVariant[] values()
for (BottlerocketEcsVariant c : BottlerocketEcsVariant.values()) System.out.println(c);
public static BottlerocketEcsVariant 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