@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:50.462Z")
public interface TaskEnvironmentVariable
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() |
java.lang.String |
getName()
Name for the environment variable.
|
java.lang.String |
getValue()
Value of the environment variable.
|
java.lang.String getName()
Use JsonPath
class's static methods to specify name from a JSON path.
java.lang.String getValue()
Use JsonPath
class's static methods to specify value from a JSON path.
static TaskEnvironmentVariable.Builder builder()
TaskEnvironmentVariable.Builder
of TaskEnvironmentVariable