kmsKeyArn property
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
final pulumi.Input<String?>? kmsKeyArn;