aws.connect.list_view_versions
Example SQL Queries
SELECT * FROMaws.connect.list_view_versionsWHERE"instance_id" = 'VALUE'AND "view_id" = 'VALUE';Description
Returns all the available versions for the specified Amazon Connect instance and view identifier.
Results will be sorted from highest to lowest.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_id Required Input Column The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance. | VARCHAR |
| view_id Required Input Column The identifier of the view. Both ViewArn and ViewId can be used. | 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 |
| arn The Amazon Resource Name (ARN) of the view version. | VARCHAR |
| description The description of the view version. | VARCHAR |
| id The identifier of the view version. | VARCHAR |
| name The name of the view version. | VARCHAR |
| type The type of the view version. | VARCHAR |
| version The sequentially incremented version of the view version. | BIGINT |
| version_description The description of the view version. | VARCHAR |