frauddetector:PutEventType

Write

frauddetector:PutEventType is a Write access-level action in the frauddetector service. Grants permission to create or update an event type. An event is a business activity that is evaluated for fraud risk. With Amazon Fraud Detector, you generate fraud predictions for events. An event type defines the structure for an event sent to Amazon Fraud Detector. This includes the variables sent as part of the event, the entity performing the event (such as a customer), and the labels that classify the event. Example event types include online payment transactions, account registrations, and authentications

Resource types

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

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

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters actions based on the tags associated with the resource

Example IAM policy

A minimal policy that allows frauddetector:PutEventType. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowFrauddetectorPutEventType",
      "Effect": "Allow",
      "Action": "frauddetector:PutEventType",
      "Resource": "*"
    }
  ]
}

Related actions in frauddetector

View all frauddetector actions →