value

@JvmName(name = "xpscuxniqjbcxjcs")
suspend fun value(value: Output<String>)
@JvmName(name = "rldsaloevbjgfdgj")
suspend fun value(value: String?)

Parameters

value

The value of the environment variable.

We strongly discourage the use of PLAINTEXT environment variables to store sensitive values, especially Amazon Web Services secret key IDs. PLAINTEXT environment variables can be displayed in plain text using the CodeBuild console and the CLI. For sensitive values, we recommend you use an environment variable of type PARAMETER_STORE or SECRETS_MANAGER.