Values.TrustStoreAssociationSourceInformation about the resources a trust store is associated with.
type nonrec t = {resourceArn : TrustStoreAssociationResourceArn.t option;The Amazon Resource Name (ARN) of the resource.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of TrustStoreAssociationResourceArn.t ]) list ]