Values.AwsElasticsearchDomainDomainEndpointOptionsSourceAdditional options for the domain endpoint, such as whether to require HTTPS for all traffic.
type nonrec t = {enforceHTTPS : Boolean.t option;Whether to require that all traffic to the domain arrive over HTTPS.
*)tLSSecurityPolicy : NonEmptyString.t option;The TLS security policy to apply to the HTTPS endpoint of the OpenSearch 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
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]