CreateElasticsearchDomainRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

IAM access policy as a JSON-formatted string.

Link copied to clipboard

Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

Link copied to clipboard

Specifies advanced security options.

Link copied to clipboard

Specifies Auto-Tune options.

Link copied to clipboard

Options to specify the Cognito user and identity pools for Kibana authentication. For more information, see Amazon Cognito Authentication for Kibana.

Link copied to clipboard

Options to specify configuration that will be applied to the domain endpoint.

Link copied to clipboard

The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a lowercase letter and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

Link copied to clipboard

Options to enable, disable and specify the type and size of EBS storage volumes.

Link copied to clipboard

Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.

Link copied to clipboard

String of format X.Y to specify version for the Elasticsearch domain eg. "1.5" or "2.3". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.

Link copied to clipboard

Specifies the Encryption At Rest Options.

Link copied to clipboard

Map of LogType and LogPublishingOption, each containing options to publish a given type of Elasticsearch log.

Link copied to clipboard

Specifies the NodeToNodeEncryptionOptions.

Link copied to clipboard

Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.

Link copied to clipboard

A list of Tag added during domain creation.

Link copied to clipboard

Options to specify the subnets and security groups for VPC endpoint. For more information, see Creating a VPC in VPC Endpoints for Amazon Elasticsearch Service Domains

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String