AWS payment-cryptography low security documentation change
Summary
Removed AWS account ID from example KeyArn (changed '111122223333' to empty)
Security assessment
Redacting account IDs in documentation examples prevents accidental exposure of sensitive resource identifiers, reducing the risk of misconfiguration or unintended access.
Diff
diff --git a/payment-cryptography/latest/userguide/create-keys.md b/payment-cryptography/latest/userguide/create-keys.md index f58e75299..2fc68e905 100644 --- a//payment-cryptography/latest/userguide/create-keys.md +++ b//payment-cryptography/latest/userguide/create-keys.md @@ -112 +112 @@ Example output: - "KeyArn": "arn:aws:payment-cryptography:us-east-2:111122223333:key/nsq2i3mbg6sn775f", + "KeyArn": "arn:aws:payment-cryptography:us-east-2::key/nsq2i3mbg6sn775f",