TaskEnvironmentVariable¶
-
class
aws_cdk.aws_stepfunctions_tasks.
TaskEnvironmentVariable
(*, name, value)¶ Bases:
object
An environment variable to be set in the container run as a task.
- Parameters
name (
str
) – Name for the environment variable. Exactly one ofname
andnamePath
must be specified.value (
str
) – Value of the environment variable. Exactly one ofvalue
andvaluePath
must be specified.
Attributes
-
name
¶ Name for the environment variable.
Exactly one of
name
andnamePath
must be specified.- Return type
str
-
value
¶ Value of the environment variable.
Exactly one of
value
andvaluePath
must be specified.- Return type
str