payment-cryptography:GenerateAs2805KekValidation is a Write access-level action in the payment-cryptography service. Grants permission to generate a KekValidationRequest or a KekValidationResponse for node-to-node initialization between payment processing nodes using Australian Standard 2805 (AS2805)
ARNs that payment-cryptography:GenerateAs2805KekValidation can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants payment-cryptography:GenerateAs2805KekValidation.
Filters access by tags assigned to a key for the specified operation
Filters access by aliases associated with a key for the specified operation
A minimal policy that allows payment-cryptography:GenerateAs2805KekValidation. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowPaymentcryptographyGenerateAs2805KekValidation",
"Effect": "Allow",
"Action": "payment-cryptography:GenerateAs2805KekValidation",
"Resource": "*"
}
]
}