Module Values.TlsValidationContextSdsTrustSource

An object that represents a 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.

Sourcetype nonrec t = {
  1. secretName : SdsSecretName.t;
    (*

    A reference to an object that represents the name of the secret for a Transport Layer Security (TLS) Secret Discovery Service validation context trust.

    *)
}
Sourceval context_ : string
Sourceval make : secretName:SdsSecretName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SdsSecretName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t