@Generated(value="jsii-pacmak/0.21.1 (build 9ff44cb)", date="2020-01-07T23:11:00.941Z") @Stability(value=Experimental) public interface TaskEnvironmentVariable extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| 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=Experimental) String getName()
Exactly one of name and namePath must be specified.
EXPERIMENTAL
@Stability(value=Experimental) String getValue()
Exactly one of value and valuePath must be specified.
EXPERIMENTAL
@Stability(value=Experimental) static TaskEnvironmentVariable.Builder builder()
TaskEnvironmentVariable.Builder of TaskEnvironmentVariableCopyright © 2020. All rights reserved.