frauddetector:GetKMSEncryptionKey

Read

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

Resource types

This action does not support resource-level permissions; use "Resource": "*" in your policy.

Condition keys

No condition keys are documented for this action.

Example IAM policy

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": "*"
    }
  ]
}

Related actions in frauddetector

View all frauddetector actions →