Resource Deployment Script Power Shell Environment Variable Args
data class ResourceDeploymentScriptPowerShellEnvironmentVariableArgs(val name: Output<String>, val secureValue: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<ResourceDeploymentScriptPowerShellEnvironmentVariableArgs>
Constructors
Link copied to clipboard
fun ResourceDeploymentScriptPowerShellEnvironmentVariableArgs(name: Output<String>, secureValue: Output<String>? = null, value: Output<String>? = null)