@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-27T11:34:13.700Z") @Stability(value=Experimental) public enum CustomResourceProviderRuntime extends Enum<CustomResourceProviderRuntime>
This also indicates which language is used for the handler.
EXPERIMENTAL
| Enum Constant and Description |
|---|
NODEJS_12
Node.js 12.x.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomResourceProviderRuntime |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomResourceProviderRuntime[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final CustomResourceProviderRuntime NODEJS_12
EXPERIMENTAL
public static CustomResourceProviderRuntime[] values()
for (CustomResourceProviderRuntime c : CustomResourceProviderRuntime.values()) System.out.println(c);
public static CustomResourceProviderRuntime 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 nullCopyright © 2020. All rights reserved.