Skip to main content

domain_names

Creates, updates, deletes, gets or lists a domain_names resource.

Overview

Namedomain_names
TypeResource
Idaws.cloudsearch.domain_names

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
domain_namesstringThe names of the search domains owned by an account.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_domain_namesselectregionLists all search domains owned by an account.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Lists all search domains owned by an account.

SELECT
domain_names
FROM aws.cloudsearch.domain_names
WHERE region = '{{ region }}' -- required
;