kekUri property

String? kekUri
getter/setter pair

The URI of the AWS KMS key used to decrypt the DEK.

Should be in the format of arn:{partition}:kms:{region}:{account_id}:key/{key_id} or aws-kms://arn:{partition}:kms:{region}:{account_id}:key/{key_id}

Required.

Implementation

core.String? kekUri;