Package version:

Interface EnvironmentVar

Container App container environment variable.

Hierarchy

  • EnvironmentVar

Properties

Properties

name?: string

Environment variable name.

secretRef?: string

Name of the Container App secret from which to pull the environment variable value.

value?: string

Non-secret environment variable value.

Generated using TypeDoc