Skip to main content

domain_suggestions

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

Overview

Namedomain_suggestions
TypeResource
Idaws.route53domains.domain_suggestions

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
suggestions_listarrayA list of possible domain names. If you specified true for OnlyAvailable in the request, the list contains only domains that are available for registration.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_domain_suggestionsselectregionThe GetDomainSuggestions operation returns a list of suggested domain names.

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

The GetDomainSuggestions operation returns a list of suggested domain names.

SELECT
suggestions_list
FROM aws.route53domains.domain_suggestions
WHERE region = '{{ region }}' -- required
;