archives_list_only
Lists archives
in a region or regions, for all properties use archives
Overview
Name | archives_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Events::Archive |
Id | aws.events.archives_list_only |
Fields
Name | Datatype | Description |
---|---|---|
archive_name | string | |
source_arn | string | |
description | string | |
event_pattern | object | |
arn | string | |
retention_days | integer | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all archives
in a region.
SELECT
region,
archive_name
FROM aws.events.archives_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the archives_list_only
resource, see archives