@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-20T22:20:05.694Z") public enum PlatformCapabilities extends java.lang.Enum<PlatformCapabilities>
Enum Constant and Description |
---|
EC2
(experimental) Specifies EC2 environment.
|
FARGATE
(experimental) Specifies Fargate environment.
|
Modifier and Type | Method and Description |
---|---|
static PlatformCapabilities |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlatformCapabilities[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlatformCapabilities EC2
public static final PlatformCapabilities FARGATE
public static PlatformCapabilities[] values()
for (PlatformCapabilities c : PlatformCapabilities.values()) System.out.println(c);
public static PlatformCapabilities 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