AWS payment-cryptography documentation change
Summary
Adjusted key ARN examples by removing account IDs in CVV generation/verification commands
Security assessment
Changes only affect example resource identifiers' format. No evidence of security vulnerability remediation or security feature documentation added.
Diff
diff --git a/payment-cryptography/latest/userguide/use-cases-issuers.generalfunctions.cvv.md b/payment-cryptography/latest/userguide/use-cases-issuers.generalfunctions.cvv.md index 30bbe7a89..e445658b0 100644 --- a//payment-cryptography/latest/userguide/use-cases-issuers.generalfunctions.cvv.md +++ b//payment-cryptography/latest/userguide/use-cases-issuers.generalfunctions.cvv.md @@ -27 +27 @@ The response echoes back the request parameters, including an ARN for subsequent - "KeyArn": "arn:aws:payment-cryptography:us-east-2:111122223333:key/r52o3wbqxyf6qlqr", + "KeyArn": "arn:aws:payment-cryptography:us-east-2::key/r52o3wbqxyf6qlqr", @@ -55 +55 @@ The response echoes back the request parameters, including an ARN for subsequent -Take note of the `KeyArn` that represents the key, for example _arn:aws:payment-cryptography:us-east-2:111122223333:key/r52o3wbqxyf6qlqr_. You need that in the next step. +Take note of the `KeyArn` that represents the key, for example _arn:aws:payment-cryptography:us-east-2::key/r52o3wbqxyf6qlqr_. You need that in the next step. @@ -64 +64 @@ For all available parameters see [CardVerificationValue1](https://docs.aws.amazo - $ aws payment-cryptography-data generate-card-validation-data --key-identifier arn:aws:payment-cryptography:us-east-2:111122223333:key/r52o3wbqxyf6qlqr --primary-account-number=171234567890123 --generation-attributes CardVerificationValue1='{CardExpiryDate=1127,ServiceCode=121}' + $ aws payment-cryptography-data generate-card-validation-data --key-identifier arn:aws:payment-cryptography:us-east-2::key/r52o3wbqxyf6qlqr --primary-account-number=171234567890123 --generation-attributes CardVerificationValue1='{CardExpiryDate=1127,ServiceCode=121}' @@ -69 +69 @@ For all available parameters see [CardVerificationValue1](https://docs.aws.amazo - "KeyArn": "arn:aws:payment-cryptography:us-east-2:111122223333:key/r52o3wbqxyf6qlqr", + "KeyArn": "arn:aws:payment-cryptography:us-east-2::key/r52o3wbqxyf6qlqr", @@ -86 +86 @@ CVV is not a user entered value (like CVV2) but is typically embedded on a magst - $ aws payment-cryptography-data verify-card-validation-data --key-identifier arn:aws:payment-cryptography:us-east-2:111122223333:key/r52o3wbqxyf6qlqr --primary-account-number=171234567890123 --verification-attributes CardVerificationValue1='{CardExpiryDate=1127,ServiceCode=121} --validation-data 801 + $ aws payment-cryptography-data verify-card-validation-data --key-identifier arn:aws:payment-cryptography:us-east-2::key/r52o3wbqxyf6qlqr --primary-account-number=171234567890123 --verification-attributes CardVerificationValue1='{CardExpiryDate=1127,ServiceCode=121} --validation-data 801 @@ -91 +91 @@ CVV is not a user entered value (like CVV2) but is typically embedded on a magst - "KeyArn": "arn:aws:payment-cryptography:us-east-2:111122223333:key/r52o3wbqxyf6qlqr", + "KeyArn": "arn:aws:payment-cryptography:us-east-2::key/r52o3wbqxyf6qlqr",