AWS Security ChangesHomeSearch

AWS payment-cryptography documentation change

Service: payment-cryptography · 2025-08-01 · Documentation low

File: payment-cryptography/latest/userguide/verify-iCVV.md

Summary

Removed AWS account ID from example KeyArn in iCVV verification command

Security assessment

Documentation example cleanup with no evidence of security implications or feature additions.

Diff

diff --git a/payment-cryptography/latest/userguide/verify-iCVV.md b/payment-cryptography/latest/userguide/verify-iCVV.md
index 8e6f658a9..b9cf125ab 100644
--- a//payment-cryptography/latest/userguide/verify-iCVV.md
+++ b//payment-cryptography/latest/userguide/verify-iCVV.md
@@ -14 +14 @@ For all available parameters see, [CardVerificationValue1](https://docs.aws.amaz
-    $ aws payment-cryptography-data verify-card-validation-data --key-identifier arn:aws:payment-cryptography:us-east-2:111122223333:key/tqv5yij6wtxx64pi --primary-account-number=171234567890123 --verification-attributes CardVerificationValue1='{CardExpiryDate=1127,ServiceCode=999} --validation-data 801
+    $ aws payment-cryptography-data verify-card-validation-data --key-identifier arn:aws:payment-cryptography:us-east-2::key/tqv5yij6wtxx64pi --primary-account-number=171234567890123 --verification-attributes CardVerificationValue1='{CardExpiryDate=1127,ServiceCode=999} --validation-data 801
@@ -19 +19 @@ For all available parameters see, [CardVerificationValue1](https://docs.aws.amaz
-        "KeyArn": "arn:aws:payment-cryptography:us-east-2:111122223333:key/tqv5yij6wtxx64pi",
+        "KeyArn": "arn:aws:payment-cryptography:us-east-2::key/tqv5yij6wtxx64pi",