Skip to main content

archive

Gets an individual archive resource

Overview

Namearchive
TypeResource
Descriptionarchive
Idawscc.events.archive

Fields

NameDatatypeDescription
archive_namestring
source_arnstring
descriptionstring
event_patternobject
arnstring
retention_daysinteger
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
archive_name,
source_arn,
description,
event_pattern,
arn,
retention_days
FROM awscc.events.archive
WHERE data__Identifier = '<ArchiveName>';

Permissions

To operate on the archive resource, the following permissions are required:

Delete

events:DescribeArchive,
events:DeleteArchive

Update

events:DescribeArchive,
events:UpdateArchive

Read

events:DescribeArchive