aws.frauddetector.get_event
Example SQL Queries
SELECT * FROMaws.frauddetector.get_eventWHERE"event_id" = 'VALUE'AND "event_type_name" = 'VALUE';Description
Retrieves details of events stored with Amazon Fraud Detector. This action does not retrieve prediction results.
Table Definition
| Column Name | Column Data Type |
|---|---|
| event_id Required Input Column The ID of the event to retrieve. | VARCHAR |
| event_type_name Required Input Column The event type of the event to retrieve. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| event The details of the event. | STRUCT( |
Show child fields
| |