Amazon CloudSearch · Schema

Amazon CloudSearch Domain

Represents an Amazon CloudSearch domain with its configuration, index fields, and service endpoints.

AWSCloudSearchSearchFull-Text SearchManaged

Properties

Name Type Description
domainId string An internally generated unique identifier for a domain.
domainName string A string that represents the name of a domain.
arn string The Amazon Resource Name (ARN) of the search domain.
created boolean True if the search domain is created.
deleted boolean True if the search domain has been deleted.
processing boolean True if processing is being done to activate the current domain configuration.
requiresIndexDocuments boolean True if IndexDocuments needs to be called to activate the current domain configuration.
searchInstanceCount integer The number of search instances that are available to process search requests.
searchInstanceType string The instance type that is being used to process search requests.
docService object The service endpoint for updating documents in a search domain.
searchService object The service endpoint for requesting search results from a search domain.
View JSON Schema on GitHub