class Aws::ElasticsearchService::Types::DomainEndpointOptions

Options to configure endpoint for the Elasticsearch domain.

@note When making an API call, you may pass DomainEndpointOptions

data as a hash:

    {
      enforce_https: false,
      tls_security_policy: "Policy-Min-TLS-1-0-2019-07", # accepts Policy-Min-TLS-1-0-2019-07, Policy-Min-TLS-1-2-2019-07
      custom_endpoint_enabled: false,
      custom_endpoint: "DomainNameFqdn",
      custom_endpoint_certificate_arn: "ARN",
    }

@!attribute [rw] enforce_https

Specify if only HTTPS endpoint should be enabled for the
Elasticsearch domain.
@return [Boolean]

@!attribute [rw] tls_security_policy

Specify the TLS security policy that needs to be applied to the
HTTPS endpoint of Elasticsearch domain.
 It can be one of the following values: *
<b>Policy-Min-TLS-1-0-2019-07: </b> TLS security policy which
  supports TLSv1.0 and higher.
* <b>Policy-Min-TLS-1-2-2019-07: </b> TLS security policy which
  supports only TLSv1.2
@return [String]

@!attribute [rw] custom_endpoint_enabled

Specify if custom endpoint should be enabled for the Elasticsearch
domain.
@return [Boolean]

@!attribute [rw] custom_endpoint

Specify the fully qualified domain for your custom endpoint.
@return [String]

@!attribute [rw] custom_endpoint_certificate_arn

Specify ACM certificate ARN for your custom endpoint.
@return [String]

Constants

SENSITIVE