payment-cryptography:GetResourcePolicy is a Read access-level action in the payment-cryptography service. Grants permission to retrieve the resource-based policy attached to a key
ARNs that payment-cryptography:GetResourcePolicy can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants payment-cryptography:GetResourcePolicy.
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:GetResourcePolicy. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowPaymentcryptographyGetResourcePolicy",
"Effect": "Allow",
"Action": "payment-cryptography:GetResourcePolicy",
"Resource": "*"
}
]
}