frauddetector:GetKMSEncryptionKey is a Read access-level action in the frauddetector service. Grants permission to get the encryption key if a Key Management Service (KMS) customer master key (CMK) has been specified to be used to encrypt content in Amazon Fraud Detector
This action does not support resource-level permissions; use "Resource": "*" in your policy.
No condition keys are documented for this action.
A minimal policy that allows frauddetector:GetKMSEncryptionKey. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowFrauddetectorGetKMSEncryptionKey",
"Effect": "Allow",
"Action": "frauddetector:GetKMSEncryptionKey",
"Resource": "*"
}
]
}