aws.connectcases.list_domains
Example SQL Queries
SELECT * FROMaws.connectcases.list_domains;Description
Lists all cases domains in the Amazon Web Services account. Each list item is a condensed summary object of the domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to return per page. | BIGINT |
| next_token Input Column The token for the next set of results. This is null if there are no more results 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
| |
| domains The Cases domain. | STRUCT( |
Show child fields
| |