JobTemplateContainerEnv

data class JobTemplateContainerEnv(val name: String, val secretName: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(name: String, secretName: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the environment variable.

Link copied to clipboard
val secretName: String? = null

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

Link copied to clipboard
val value: String? = null

The value of the environment variable.