AWS kms documentation change
Summary
Updated terminology links from 'customer-cmk'/'aws-managed-cmk' to 'customer-mgn-key'/'aws-managed-key'
Security assessment
Change corrects documentation links and terminology without altering security content. No evidence of addressing security vulnerabilities or adding security guidance.
Diff
diff --git a/kms/latest/developerguide/determining-access-key-policy.md b/kms/latest/developerguide/determining-access-key-policy.md index c9562cbc0..606a6f253 100644 --- a//kms/latest/developerguide/determining-access-key-policy.md +++ b//kms/latest/developerguide/determining-access-key-policy.md @@ -11 +11 @@ When a key policy consists of or includes the [default key policy](./key-policy- -To view the key policy of an AWS KMS [ customer managed key](./concepts.html#customer-cmk) or [AWS managed key](./concepts.html#aws-managed-cmk) in your account, use the AWS Management Console or the [GetKeyPolicy](https://docs.aws.amazon.com/kms/latest/APIReference/API_GetKeyPolicy.html) operation in the AWS KMS API. To view the key policy, you must have `kms:GetKeyPolicy` permissions for the KMS key. For instructions for viewing the key policy for a KMS key, see [View a key policies](./key-policy-viewing.html). +To view the key policy of an AWS KMS [ customer managed key](./concepts.html#customer-mgn-key) or [AWS managed key](./concepts.html#aws-managed-key) in your account, use the AWS Management Console or the [GetKeyPolicy](https://docs.aws.amazon.com/kms/latest/APIReference/API_GetKeyPolicy.html) operation in the AWS KMS API. To view the key policy, you must have `kms:GetKeyPolicy` permissions for the KMS key. For instructions for viewing the key policy for a KMS key, see [View a key policies](./key-policy-viewing.html).