This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::FraudDetector::Detector EventType
The event type details.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Arn" :String, "CreatedTime" :String, "Description" :String, "EntityTypes" :[ EntityType, ... ], "EventVariables" :[ EventVariable, ... ], "Inline" :Boolean, "Labels" :[ Label, ... ], "LastUpdatedTime" :String, "Name" :String, "Tags" :[ Tag, ... ]}
YAML
Arn:StringCreatedTime:StringDescription:StringEntityTypes:- EntityTypeEventVariables:- EventVariableInline:BooleanLabels:- LabelLastUpdatedTime:StringName:StringTags:- Tag
Properties
Arn-
The entity type ARN.
Required: No
Type: String
Pattern:
^arn\:aws[a-z-]{0,15}\:frauddetector\:[a-z0-9-]{3,20}\:[0-9]{12}\:[^\s]{2,128}$Minimum:
1Maximum:
256Update requires: No interruption
CreatedTime-
Timestamp of when the event type was created.
Required: No
Type: String
Minimum:
11Maximum:
30Update requires: No interruption
Description-
The event type description.
Required: No
Type: String
Minimum:
1Maximum:
128Update requires: No interruption
EntityTypes-
The event type entity types.
Required: No
Type: Array of EntityType
Minimum:
1Update requires: No interruption
EventVariables-
The event type event variables.
Required: No
Type: Array of EventVariable
Minimum:
1Update requires: No interruption
Inline-
Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is
true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value isfalse, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.For example, when creating
AWS::FraudDetector::Detectoryou must define at least two variables. You can setInline=truefor these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you setInline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.Required: No
Type: Boolean
Update requires: No interruption
Labels-
The event type labels.
Required: No
Type: Array of Label
Minimum:
2Update requires: No interruption
LastUpdatedTime-
Timestamp of when the event type was last updated.
Required: No
Type: String
Minimum:
11Maximum:
30Update requires: No interruption
Name-
The event type name.
Required: No
Type: String
Pattern:
^[0-9a-z_-]+$Minimum:
1Maximum:
64Update requires: No interruption
-
An array of key-value pairs to apply to this resource.
For more information, see Tag.
Required: No
Type: Array of Tag
Maximum:
200Update requires: No interruption