Skip to main content

archives_list_only

Lists archives in a region or regions, for all properties use archives

Overview

Namearchives_list_only
TypeResource
DescriptionResource Type definition for AWS::Events::Archive
Idaws.events.archives_list_only

Fields

NameDatatypeDescription
archive_namestring
source_arnstring
descriptionstring
event_patternobject
arnstring
retention_daysinteger
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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