ResourceDeploymentScriptAzureCliEnvironmentVariableArgs

data class ResourceDeploymentScriptAzureCliEnvironmentVariableArgs(val name: Output<String>, val secureValue: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<ResourceDeploymentScriptAzureCliEnvironmentVariableArgs>

Constructors

constructor(name: Output<String>, secureValue: Output<String>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>

Specifies the name of the environment variable.

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

Specifies the value of the secure environment variable.

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

Specifies the value of the environment variable.

Functions

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