Values.TlsValidationContextTrustSourceAn object that represents a Transport Layer Security (TLS) validation context trust.
type nonrec t = {acm : TlsValidationContextAcmTrust.t option;A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.
*)file : TlsValidationContextFileTrust.t option;An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
*)sds : TlsValidationContextSdsTrust.t option;A reference to an object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of Arn.t ] list
| `String of FilePath.t ])
list ])
list ]