class Aws::SecurityHub::Types::AwsElasticsearchDomainDomainEndpointOptions

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

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

data as a hash:

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

@!attribute [rw] enforce_https

Whether to require that all traffic to the domain arrive over HTTPS.
@return [Boolean]

@!attribute [rw] tls_security_policy

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
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsElasticsearchDomainDomainEndpointOptions AWS API Documentation

Constants

SENSITIVE