You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsElasticsearchDomainDomainEndpointOptions

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsElasticsearchDomainDomainEndpointOptions as input to an Aws::Client method, you can use a vanilla Hash:

{
  enforce_https: false,
  tls_security_policy: "NonEmptyString",
}

Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#enforce_httpsBoolean

Whether to require that all traffic to the domain arrive over HTTPS.

Returns:

  • (Boolean)

    Whether to require that all traffic to the domain arrive over HTTPS.

#tls_security_policyString

The TLS security policy to apply to the HTTPS endpoint of the Elasticsearch domain.

Valid values:

  • Policy-Min-TLS-1-0-2019-07, which supports TLSv1.0 and higher

  • Policy-Min-TLS-1-2-2019-07, which only supports TLSv1.2

Returns:

  • (String)

    The TLS security policy to apply to the HTTPS endpoint of the Elasticsearch domain.