event_types
Retrieves a list of event_types
in a region
Overview
Name | event_types |
Type | Resource |
Description | event_types |
Id | awscc.frauddetector.event_types |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The ARN of the event type. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.frauddetector.event_types
WHERE region = 'us-east-1'
Permissions
To operate on the event_types
resource, the following permissions are required:
Create
frauddetector:BatchCreateVariable,
frauddetector:BatchGetVariable,
frauddetector:CreateVariable,
frauddetector:GetVariables,
frauddetector:PutLabel,
frauddetector:PutEntityType,
frauddetector:PutEventType,
frauddetector:GetEventTypes,
frauddetector:GetLabels,
frauddetector:GetEntityTypes,
frauddetector:ListTagsForResource,
frauddetector:TagResource
List
frauddetector:BatchGetVariable,
frauddetector:GetVariables,
frauddetector:GetEventTypes,
frauddetector:GetLabels,
frauddetector:GetEntityTypes,
frauddetector:ListTagsForResource