EnvironmentVariable
EnvironmentVariable is a key-value pair; if the variable is secret, value will be empty/omitted.
Properties
namestring requiredThe name of the environment variable.valuestring optionalThe value of the environment variable. Empty or omitted if the variable is secret.secretboolean requiredWhether the environment variable contains a secret value.