instance_snapshots_list_only
Lists instance_snapshots in a region or regions, for all properties use instance_snapshots
Overview
| Name | instance_snapshots_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::Lightsail::InstanceSnapshot |
| Id | awscc.lightsail.instance_snapshots_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
instance_snapshot_name | string | The name of the snapshot. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all instance_snapshots in a region.
SELECT
region,
instance_snapshot_name
FROM awscc.lightsail.instance_snapshots_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the instance_snapshots_list_only resource, see instance_snapshots