Values.VirtualGatewayTlsValidationContextSdsTrustSourceAn object that represents a virtual gateway's listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust. The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh TLS documentation for more info.
type nonrec t = {secretName : VirtualGatewaySdsSecretName.t;A reference to an object that represents the name of the secret for a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of VirtualGatewaySdsSecretName.t ]) list ]