Values.AssociationSourceThe Amazon Braket resource and the association type.
type nonrec t = {arn : BraketResourceArn.t;The Amazon Braket resource arn.
*)type_ : AssociationType.t;The association type for the specified Amazon Braket resource arn.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of BraketResourceArn.t ]) list ]