aws.connectparticipant.describe_view
Example SQL Queries
SELECT * FROMaws.connectparticipant.describe_viewWHERE"view_token" = 'VALUE'AND "connection_token" = 'VALUE';Description
Retrieves the view for the specified view token.
Table Definition
| Column Name | Column Data Type |
|---|---|
| connection_token Required Input Column The connection token. | VARCHAR |
| view_token Required Input Column An encrypted token originating from the interactive message of a ShowView block operation. Represents the desired 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
| |
| view A view resource object. Contains metadata and content necessary to render the view. | STRUCT( |
Show child fields
| |