Values.SourceDataSourceThe data field of the trust anchor depending on its type.
type nonrec t = {x509CertificateData : SourceDataX509CertificateDataString.t option;The PEM-encoded data for the certificate anchor. Included for trust anchors of type CERTIFICATE_BUNDLE.
*)acmPcaArn : String_.t option;The root certificate of the Private Certificate Authority specified by this ARN is used in trust validation for temporary credential requests. Included for trust anchors of type AWS_ACM_PCA.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of SourceDataX509CertificateDataString.t ]) list ]