PipeEcsEnvironmentVariableArgs

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

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, value: Output<String>? = null)

Properties

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

The name of the key-value pair. For environment variables, this is the name of the environment variable.

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

The value of the key-value pair. For environment variables, this is the value of the environment variable.

Functions

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