AWS Fundamentals Logo
AWS Fundamentals
AWS::FraudDetector::EventType

FraudDetector EventType

A resource schema for an EventType in Amazon Fraud Detector.

Properties

6 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
EntityTypes
Array<EntityType>
Required
EventVariables
Array<EventVariable>
Required
Labels
Array<Label>
Required
Name
string
RequiredCreate-only
Description
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe ARN of the event type.
CreatedTimestringThe time when the event type was created.
LastUpdatedTimestringThe time when the event type was last updated.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::FraudDetector::EventType

Resources:
  MyResource:
    Type: AWS::FraudDetector::EventType
    Properties:
      EntityTypes: []
      EventVariables: []
      Labels: []
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

frauddetector:BatchCreateVariablefrauddetector:BatchGetVariablefrauddetector:CreateVariablefrauddetector:GetVariablesfrauddetector:PutLabelfrauddetector:PutEntityTypefrauddetector:PutEventTypefrauddetector:GetEventTypes

update

frauddetector:BatchCreateVariablefrauddetector:BatchGetVariablefrauddetector:CreateVariablefrauddetector:UpdateVariablefrauddetector:GetVariablesfrauddetector:PutLabelfrauddetector:PutEntityTypefrauddetector:PutEventType

delete

frauddetector:BatchGetVariablefrauddetector:GetVariablesfrauddetector:GetEventTypesfrauddetector:GetLabelsfrauddetector:GetEntityTypesfrauddetector:DeleteEventTypefrauddetector:DeleteVariablefrauddetector:DeleteLabel

read

frauddetector:BatchGetVariablefrauddetector:GetVariablesfrauddetector:GetEventTypesfrauddetector:GetLabelsfrauddetector:GetEntityTypesfrauddetector:ListTagsForResource

list

frauddetector:BatchGetVariablefrauddetector:GetVariablesfrauddetector:GetEventTypesfrauddetector:GetLabelsfrauddetector:GetEntityTypesfrauddetector:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceFraudDetector
Properties9
Required4
TaggingNot supported
Primary IDArn

Supported Operations

CreateUpdateDeleteReadList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links