environment property

List<KeyValuePair>? environment
final

The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the job definition.

Implementation

final List<KeyValuePair>? environment;