class Aws::OpenSearchService::Types::DomainEndpointOptions

Options to configure the endpoint for the 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

Whether only HTTPS endpoint should be enabled for the domain.
@return [Boolean]

@!attribute [rw] tls_security_policy

Specify the TLS security policy to apply to the HTTPS endpoint of
the domain.
 Can be one of the following values: *
**Policy-Min-TLS-1-0-2019-07:** TLS security policy which supports
  TLSv1.0 and higher.
* **Policy-Min-TLS-1-2-2019-07:** TLS security policy which supports
  only TLSv1.2
@return [String]

@!attribute [rw] custom_endpoint_enabled

Whether to enable a custom endpoint for the domain.
@return [Boolean]

@!attribute [rw] custom_endpoint

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

@!attribute [rw] custom_endpoint_certificate_arn

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

@see docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DomainEndpointOptions AWS API Documentation

Constants

SENSITIVE