aws.cloudsearch.describe_domains
Example SQL Queries
SELECT * FROMaws.cloudsearch.describe_domains;Description
Gets information about the search domains owned by this account. Can be limited to specific domains. Shows all domains by default. To get the number of searchable documents in a domain, use the console or submit a matchall request to your domain's search endpoint: q=matchall&q.parser=structured&size=0. For more information, see Getting Information about a Search Domain in the Amazon CloudSearch Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_names Input Column The names of the domains you want to include in the response. | VARCHAR[] |
Show child fields
| |
| _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 |
| domain_status_list A list that contains the status of each requested domain. | STRUCT( |
Show child fields
| |