frauddetector:PutEntityType is a Write access-level action in the frauddetector service. Grants permission to create or update an entity type. An entity represents who is performing the event. As part of a fraud prediction, you pass the entity ID to indicate the specific entity who performed the event. An entity type classifies the entity. Example classifications include customer, merchant, or account
ARNs that frauddetector:PutEntityType can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants frauddetector:PutEntityType.
Filters actions based on the tags associated with the resource
A minimal policy that allows frauddetector:PutEntityType. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowFrauddetectorPutEntityType",
"Effect": "Allow",
"Action": "frauddetector:PutEntityType",
"Resource": "*"
}
]
}