Skip to main content

snapshots_list_only

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

Overview

Namesnapshots_list_only
TypeResource
DescriptionResource Type definition for AWS::RedshiftServerless::Snapshot Resource Type.
Idawscc.redshiftserverless.snapshots_list_only

Fields

NameDatatypeDescription
snapshot_namestringThe name of the snapshot.
snapshotobjectDefinition for snapshot resource
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all snapshots in a region.

SELECT
region,
snapshot_name
FROM awscc.redshiftserverless.snapshots_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the snapshots_list_only resource, see snapshots