ContainerGroupContainerEnvironmentVarArgs

data class ContainerGroupContainerEnvironmentVarArgs(val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<ContainerGroupContainerEnvironmentVarArgs>

Constructors

fun ContainerGroupContainerEnvironmentVarArgs(key: Output<String>? = null, value: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ContainerGroupContainerEnvironmentVarArgs

Properties

Link copied to clipboard
val key: Output<String>? = null

The name of the variable. The name can be 1 to 128 characters in length and can contain letters, digits, and underscores (_). It cannot start with a digit.

Link copied to clipboard
val value: Output<String>? = null

The variable value of the security context that the container group runs.