AWS::FraudDetector::EventTypeA resource schema for an EventType in Amazon Fraud Detector.
6 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EntityTypes | Array<EntityType> | Required |
EventVariables | Array<EventVariable> | Required |
Labels | Array<Label> | Required |
Name | string | RequiredCreate-only |
Description | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the event type. |
CreatedTime | string | The time when the event type was created. |
LastUpdatedTime | string | The time when the event type was last updated. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
frauddetector:BatchCreateVariablefrauddetector:BatchGetVariablefrauddetector:CreateVariablefrauddetector:GetVariablesfrauddetector:PutLabelfrauddetector:PutEntityTypefrauddetector:PutEventTypefrauddetector:GetEventTypesfrauddetector:BatchCreateVariablefrauddetector:BatchGetVariablefrauddetector:CreateVariablefrauddetector:UpdateVariablefrauddetector:GetVariablesfrauddetector:PutLabelfrauddetector:PutEntityTypefrauddetector:PutEventTypefrauddetector:BatchGetVariablefrauddetector:GetVariablesfrauddetector:GetEventTypesfrauddetector:GetLabelsfrauddetector:GetEntityTypesfrauddetector:DeleteEventTypefrauddetector:DeleteVariablefrauddetector:DeleteLabelfrauddetector:BatchGetVariablefrauddetector:GetVariablesfrauddetector:GetEventTypesfrauddetector:GetLabelsfrauddetector:GetEntityTypesfrauddetector:ListTagsForResourcefrauddetector:BatchGetVariablefrauddetector:GetVariablesfrauddetector:GetEventTypesfrauddetector:GetLabelsfrauddetector:GetEntityTypesfrauddetector:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name