PipeEcsEnvironmentVariable

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: 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: String? = null

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