---
type: resource-type
title: EventType
description: aws resource type AWS::FraudDetector::EventType
name: EventType
lexicon: aws
resource_type: AWS::FraudDetector::EventType
---
`AWS::FraudDetector::EventType`, a resource type of the aws lexicon.

## Properties

- `EntityTypes` (`EventType_EntityType[]`, required)
- `EventVariables` (`EventType_EventVariable[]`, required)
- `Labels` (`EventType_Label[]`, required)
- `Name` (`string`, required): The name for the event type
- `Arn` (`string`, optional): The ARN of the event type.
- `CreatedTime` (`string`, optional): The time when the event type was created.
- `Description` (`string`, optional): The description of the event type.
- `LastUpdatedTime` (`string`, optional): The time when the event type was last updated.
- `Tags` (`EventType_Tag[]`, optional): Tags associated with this event type.

## Attributes

- `Arn`
- `CreatedTime`
- `EntityTypes.*.Arn`
- `EntityTypes.*.CreatedTime`
- `EntityTypes.*.LastUpdatedTime`
- `EventVariables.*.Arn`
- `EventVariables.*.CreatedTime`
- `EventVariables.*.LastUpdatedTime`
- `Labels.*.Arn`
- `Labels.*.CreatedTime`
- `Labels.*.LastUpdatedTime`
- `LastUpdatedTime`
