@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.550Z") @Stability(value=Stable) public interface TaskEnvironmentVariable extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.stepfunctions.tasks.*;
TaskEnvironmentVariable taskEnvironmentVariable = TaskEnvironmentVariable.builder()
.name("name")
.value("value")
.build();
| 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 © 2022. All rights reserved.