event_data_stores_list_only
Lists event_data_stores
in a region or regions, for all properties use event_data_stores
Overview
Name | event_data_stores_list_only |
Type | Resource |
Description | A storage lake of event data against which you can run complex SQL-based queries. An event data store can include events that you have logged on your account from the last 7 to 2557 or 3653 days (about seven or ten years) depending on the selected BillingMode. |
Id | aws.cloudtrail.event_data_stores_list_only |
Fields
Name | Datatype | Description |
---|---|---|
event_data_store_arn | string | The ARN of the event data store. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all event_data_stores
in a region.
SELECT
region,
event_data_store_arn
FROM aws.cloudtrail.event_data_stores_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the event_data_stores_list_only
resource, see event_data_stores