aws.connect.list_views
Example SQL Queries
SELECT * FROMaws.connect.list_viewsWHERE"instance_id" = 'VALUE';Description
Returns views in the given instance.
Results are sorted primarily by type, and secondarily by name.
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 |
| type Input Column The type of the view. | 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. | VARCHAR |
| description The description of the view. | VARCHAR |
| id The identifier of the view. | VARCHAR |
| name The name of the view. | VARCHAR |
| status Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content. | VARCHAR |