Builder

class Builder

Properties

Link copied to clipboard
var name: String?

The environment variable name in the key-value pair.

Link copied to clipboard

Specifies the type of use for the environment variable value. The value can be either PLAINTEXT or SECRETS_MANAGER. If the value is SECRETS_MANAGER, provide the Secrets reference in the EnvironmentVariable value.

Link copied to clipboard

The environment variable value in the key-value pair.