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
- Struct
- Aws::SecurityHub::Types::AwsElasticsearchDomainDomainEndpointOptions
- Defined in:
- (unknown)
Overview
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
-
#enforce_https ⇒ Boolean
Whether to require that all traffic to the domain arrive over HTTPS.
-
#tls_security_policy ⇒ String
The TLS security policy to apply to the HTTPS endpoint of the Elasticsearch domain.
Instance Attribute Details
#enforce_https ⇒ Boolean
Whether to require that all traffic to the domain arrive over HTTPS.
#tls_security_policy ⇒ String
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 higherPolicy-Min-TLS-1-2-2019-07
, which only supports TLSv1.2