@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-29T20:31:22.675Z") @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()
Use JsonPath class's static methods to specify name from a JSON path.
@Stability(value=Stable) @NotNull String getValue()
Use JsonPath class's static methods to specify value from a JSON path.
@Stability(value=Stable) static TaskEnvironmentVariable.Builder builder()
TaskEnvironmentVariable.Builder of TaskEnvironmentVariableCopyright © 2021. All rights reserved.