archive
Gets an individual archive
resource
Overview
Name | archive |
Type | Resource |
Description | archive |
Id | awscc.events.archive |
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
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