Skip to main content

EcsTaskDefinitionEnvironmentVariableSchema

Defines a key-value pair representing an environment variable to be passed to the container.

@group

Resources/EcsTaskDefinition

Index

Properties

Properties

name

name: string = ...

The name of the environment variable.

value

value: string = ...

The value of the environment variable.

Page Options