aws.redshift_serverless.get_snapshot
Example SQL Queries
SELECT * FROMaws.redshift_serverless.get_snapshot;Description
Returns information about a specific snapshot.
Table Definition
| Column Name | Column Data Type |
|---|---|
| owner_account Input Column The owner Amazon Web Services account of a snapshot shared with another user. | VARCHAR |
| snapshot_arn Input Column The Amazon Resource Name (ARN) of the snapshot to return. | VARCHAR |
| snapshot_name Input Column The name of the snapshot to return. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| snapshot The returned snapshot object. | STRUCT( |
Show child fields
| |