archives
Retrieves a list of archives
in a region
Overview
Name | archives |
Type | Resource |
Description | archives |
Id | awscc.events.archives |
Fields
Name | Datatype | Description |
---|---|---|
archive_name | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
archive_name
FROM awscc.events.archives
WHERE region = 'us-east-1'
Permissions
To operate on the archives
resource, the following permissions are required:
Create
events:DescribeArchive,
events:CreateArchive
List
events:ListArchives