aws.events.list_replays
Example SQL Queries
SELECT * FROMaws.events.list_replays;Description
Lists your replays. You can either list all the replays or you can provide a prefix to match to the replay names. Filter parameters are exclusive.
Table Definition
| Column Name | Column Data Type |
|---|---|
| event_source_arn Input Column The ARN of the archive from which the events are replayed. | VARCHAR |
| limit Input Column The maximum number of replays to retrieve. | BIGINT |
| name_prefix Input Column A name prefix to filter the replays returned. Only replays with name that match the prefix are returned. | VARCHAR |
| next_token Input Column The token returned by a previous call to retrieve the next set of results. | VARCHAR |
| state Input Column The state of the replay. | 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 |
| replays An array of Replay objects that contain information about the replay. | STRUCT( |
Show child fields
| |