AWS payment-cryptography documentation change
Summary
Updated example CloudTrail log entries by removing account ID from key ARN references
Security assessment
The change removes a placeholder account ID from example ARNs but does not address a security vulnerability or weakness. This appears to be a documentation formatting improvement rather than a security-related fix.
Diff
diff --git a/payment-cryptography/latest/userguide/monitoring-cloudtrail.md b/payment-cryptography/latest/userguide/monitoring-cloudtrail.md index 19c8b4a92..a028879f8 100644 --- a//payment-cryptography/latest/userguide/monitoring-cloudtrail.md +++ b//payment-cryptography/latest/userguide/monitoring-cloudtrail.md @@ -143 +143 @@ The following example shows a CloudTrail log entry that demonstrates the AWS Pay - keyArn=arn:aws:payment-cryptography:us-east-2:111122223333:key/5rplquuwozodpwsp, + keyArn=arn:aws:payment-cryptography:us-east-2::key/5rplquuwozodpwsp, @@ -257 +257 @@ The following example shows a CloudTrail log entry that demonstrates the AWS Pay - "key_identifier": "arn:aws:payment-cryptography:us-east-2:111122223333:key/5rplquuwozodpwsp", + "key_identifier": "arn:aws:payment-cryptography:us-east-2::key/5rplquuwozodpwsp", @@ -273 +273 @@ The following example shows a CloudTrail log entry that demonstrates the AWS Pay - "ARN": "arn:aws:payment-cryptography:us-east-2:111122223333:key/5rplquuwozodpwsp" + "ARN": "arn:aws:payment-cryptography:us-east-2::key/5rplquuwozodpwsp"