EnvironmentVariable - CodePipeline
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

EnvironmentVariable

The environment variables for the action.

Contents

name

The environment variable name in the key-value pair.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: [A-Za-z0-9_]+

Required: Yes

value

The environment variable value in the key-value pair.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2000.

Pattern: .*

Required: Yes

type

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.

Type: String

Valid Values: PLAINTEXT | SECRETS_MANAGER

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: