Values.AwsOpenSearchServiceDomainDomainEndpointOptionsDetailsSourceInformation about additional options for the domain endpoint.
type nonrec t = {customEndpointCertificateArn : NonEmptyString.t option;The ARN for the security certificate. The certificate is managed in ACM.
*)customEndpointEnabled : Boolean.t option;Whether to enable a custom endpoint for the domain.
*)enforceHTTPS : Boolean.t option;Whether to require that all traffic to the domain arrive over HTTPS.
*)customEndpoint : NonEmptyString.t option;The fully qualified URL for the custom endpoint.
*)tLSSecurityPolicy : NonEmptyString.t option;The TLS security policy to apply to the HTTPS endpoint of the OpenSearch domain.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]