aws.personalize.list_event_trackers
Example SQL Queries
SELECT * FROMaws.personalize.list_event_trackers;Description
Returns the list of event trackers associated with the account. The response provides the properties for each event tracker, including the Amazon Resource Name (ARN) and tracking ID. For more information on event trackers, see CreateEventTracker.
Table Definition
| Column Name | Column Data Type |
|---|---|
| dataset_group_arn Input Column The ARN of a dataset group used to filter the response. | 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 |
| creation_date_time The date and time (in Unix time) that the event tracker was created. | TIMESTAMP_S |
| event_tracker_arn The Amazon Resource Name (ARN) of the event tracker. | VARCHAR |
| last_updated_date_time The date and time (in Unix time) that the event tracker was last updated. | TIMESTAMP_S |
| name The name of the event tracker. | VARCHAR |
| status The status of the event tracker. An event tracker can be in one of the following states:
| VARCHAR |