Values.ContentAssociationDataSourceInformation about the content association.
type nonrec t = {knowledgeBaseId : Uuid.t option;The identifier of the knowledge base.
*)knowledgeBaseArn : Arn.t option;The Amazon Resource Name (ARN) of the knowledge base.
*)contentId : Uuid.t option;The identifier of the content.
*)contentArn : Arn.t option;The Amazon Resource Name (ARN) of the content.
*)contentAssociationId : Uuid.t option;The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN.
*)contentAssociationArn : Arn.t option;The Amazon Resource Name (ARN) of the content association.
*)associationType : ContentAssociationType.t option;The type of association.
*)associationData : ContentAssociationContents.t option;The content association.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Uuid.t
| `Structure of
(string
* [> `Structure of (string * [> `String of GenericArn.t ]) list ])
list ])
list ]