Skip to content

aws.cloudsearch.list_domain_names

Example SQL Queries

SELECT * FROM
aws.cloudsearch.list_domain_names;

Description

Lists all search domains owned by an account.

Table Definition

Column NameColumn Data Type
domain_names

The names of the search domains owned by an account.

MAP(VARCHAR, VARCHAR)