Skip to main content

archives

Retrieves a list of archives in a region

Overview

Namearchives
TypeResource
Descriptionarchives
Idawscc.events.archives

Fields

NameDatatypeDescription
archive_namestring
regionstringAWS 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