frauddetector:PutEntityType

Write

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

Resource types

ARNs that frauddetector:PutEntityType can be scoped to in an IAM policy.

arn:${Partition}:frauddetector:${Region}:${Account}:entity-type/${ResourcePath}
entity-type

Condition keys

Keys you can use in the Condition block of a policy that grants frauddetector:PutEntityType.

aws:ResourceTag/${TagKey} String

Filters actions based on the tags associated with the resource

Example IAM policy

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

Related actions in frauddetector

View all frauddetector actions →