@Generated(value="jsii-pacmak/0.7.6 (build 04cb6bb)", date="2018-09-27T21:49:26.388Z") public enum BuildEnvironmentVariableType extends Enum<BuildEnvironmentVariableType>
| Enum Constant and Description |
|---|
ParameterStore
An environment variable stored in Systems Manager Parameter Store.
|
PlainText
An environment variable in plaintext format.
|
| Modifier and Type | Method and Description |
|---|---|
static BuildEnvironmentVariableType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildEnvironmentVariableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuildEnvironmentVariableType PlainText
public static final BuildEnvironmentVariableType ParameterStore
public static BuildEnvironmentVariableType[] values()
for (BuildEnvironmentVariableType c : BuildEnvironmentVariableType.values()) System.out.println(c);
public static BuildEnvironmentVariableType 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 © 2018. All rights reserved.