snapshots_list_only
Lists snapshots in a region or regions, for all properties use snapshots
Overview
| Name | snapshots_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::RedshiftServerless::Snapshot Resource Type. |
| Id | awscc.redshiftserverless.snapshots_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
snapshot_name | string | The name of the snapshot. |
snapshot | object | Definition for snapshot resource |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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