runtimeEnvironmentSecrets

@JvmName(name = "sblbymbgjvdmdimm")
suspend fun runtimeEnvironmentSecrets(value: Output<Map<String, String>>)
@JvmName(name = "grijsdfnyreeasis")
suspend fun runtimeEnvironmentSecrets(value: Map<String, String>?)

Parameters

value

Secrets and parameters available to your service as environment variables. A map of key/value pairs, where the key is the desired name of the Secret in the environment (i.e. it does not have to match the name of the secret in Secrets Manager or SSM Parameter Store), and the value is the ARN of the secret from AWS Secrets Manager or the ARN of the parameter in AWS SSM Parameter Store.


@JvmName(name = "nmkkoqkxmodpftha")
fun runtimeEnvironmentSecrets(vararg values: Pair<String, String>)

Parameters

values

Secrets and parameters available to your service as environment variables. A map of key/value pairs, where the key is the desired name of the Secret in the environment (i.e. it does not have to match the name of the secret in Secrets Manager or SSM Parameter Store), and the value is the ARN of the secret from AWS Secrets Manager or the ARN of the parameter in AWS SSM Parameter Store.