Values.AssistantAssociationDataSourceInformation about the assistant association.
type nonrec t = {assistantArn : Arn.t option;The Amazon Resource Name (ARN) of the Wisdom assistant.
*)assistantAssociationArn : Arn.t option;The Amazon Resource Name (ARN) of the assistant association.
*)assistantAssociationId : Uuid.t option;The identifier of the assistant association.
*)assistantId : Uuid.t option;The identifier of the Wisdom assistant.
*)associationData : AssistantAssociationOutputData.t option;A union type that currently has a single argument, the knowledge base ID.
*)associationType : AssociationType.t option;The type of association.
*)}