@Generated(value="jsii-pacmak/1.11.0 (build 1e9b8e1)", date="2020-08-28T10:19:42.063Z") @Stability(value=Stable) public interface TaskEnvironmentVariable extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
TaskEnvironmentVariable.Builder
A builder for
TaskEnvironmentVariable |
static class |
TaskEnvironmentVariable.Jsii$Proxy
An implementation for
TaskEnvironmentVariable |
| Modifier and Type | Method and Description |
|---|---|
static TaskEnvironmentVariable.Builder |
builder() |
String |
getName()
Name for the environment variable.
|
String |
getValue()
Value of the environment variable.
|
@Stability(value=Stable) @NotNull String getName()
Exactly one of name and namePath must be specified.
@Stability(value=Stable) @NotNull String getValue()
Exactly one of value and valuePath must be specified.
@Stability(value=Stable) static TaskEnvironmentVariable.Builder builder()
TaskEnvironmentVariable.Builder of TaskEnvironmentVariableCopyright © 2020. All rights reserved.