ElasticsearchDomainStatus

The current status of an Elasticsearch domain.

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

Specifies the status of the AdvancedOptions

Link copied to clipboard

The current status of the Elasticsearch domain's advanced security options.

Link copied to clipboard
val arn: String

The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.

Link copied to clipboard

The current status of the Elasticsearch domain's Auto-Tune options.

Link copied to clipboard

Specifies change details of the domain configuration change.

Link copied to clipboard

The CognitoOptions for the specified domain. For more information, see Amazon Cognito Authentication for Kibana.

Link copied to clipboard

The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.

Link copied to clipboard

The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.

Link copied to clipboard

The current status of the Elasticsearch domain's endpoint options.

Link copied to clipboard

The unique identifier for the specified Elasticsearch domain.

Link copied to clipboard

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

Link copied to clipboard

The status of any changes that are currently in progress for the domain.

Link copied to clipboard

The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.

Link copied to clipboard

The type and number of instances in the domain cluster.

Link copied to clipboard
Link copied to clipboard

Specifies the status of the EncryptionAtRestOptions.

Link copied to clipboard

The Elasticsearch domain endpoint that you use to submit index and search requests.

Link copied to clipboard

Map containing the Elasticsearch domain endpoints used to submit index and search requests. Example key, value: 'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'.

Link copied to clipboard

Log publishing options for the given domain.

Link copied to clipboard

Information about the domain properties that are currently being modified.

Link copied to clipboard

Specifies the status of the NodeToNodeEncryptionOptions.

Link copied to clipboard

The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.

Link copied to clipboard

The current status of the Elasticsearch domain's service software.

Link copied to clipboard

Specifies the status of the SnapshotOptions

Link copied to clipboard

The status of an Elasticsearch domain version upgrade. True if Amazon Elasticsearch Service is undergoing a version upgrade. False if the configuration is active.

Link copied to clipboard

The VPCOptions for the specified domain. For more information, see 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