kmsKeyArn property

Output<String?> kmsKeyArn
latefinal

ARN of the KMS key used to encrypt environment variables. If not provided when environment variables are in use, AWS Lambda uses a default service key. If provided when environment variables are not in use, the AWS Lambda API does not save this configuration.

Implementation

late final pulumi.Output<String?> kmsKeyArn;