aws.redshift_serverless.list_snapshot_copy_configurations
Example SQL Queries
SELECT * FROMaws.redshift_serverless.list_snapshot_copy_configurations;Description
Returns a list of snapshot copy configurations.
Table Definition
| Column Name | Column Data Type |
|---|---|
| namespace_name Input Column The name of the namespace to copy snapshots from in the source Amazon Web Services Region. | 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 |
| destination_kms_key_id The ID of the KMS key to use to encrypt your snapshots in the destination Amazon Web Services Region. | VARCHAR |
| destination_region The destination Amazon Web Services Region to copy snapshots to. | VARCHAR |
| snapshot_copy_configuration_arn The ARN of the snapshot copy configuration object. | VARCHAR |
| snapshot_copy_configuration_id The ID of the snapshot copy configuration object. | VARCHAR |
| snapshot_retention_period The retention period of snapshots that are copied to the destination Amazon Web Services Region. | BIGINT |