Values.CollaborationConfiguredAudienceModelAssociationSourceThe configured audience model association within a collaboration.
type nonrec t = {id : ConfiguredAudienceModelAssociationIdentifier.t option;The identifier of the configured audience model association.
*)arn : ConfiguredAudienceModelAssociationArn.t option;The Amazon Resource Name (ARN) of the configured audience model association.
*)collaborationId : UUID.t option;A unique identifier for the collaboration that the configured audience model associations belong to. Accepts collaboration ID.
*)collaborationArn : CollaborationArn.t option;The unique ARN for the configured audience model's associated collaboration.
*)configuredAudienceModelArn : ConfiguredAudienceModelArn.t option;The Amazon Resource Name (ARN) of the configure audience model.
*)name : ConfiguredAudienceModelAssociationName.t option;The name of the configured audience model association.
*)description : ResourceDescription.t option;The description of the configured audience model association.
*)creatorAccountId : AccountId.t option;The identifier used to reference members of the collaboration. Only supports Amazon Web Services account ID.
*)createTime : Timestamp.t option;The time at which the configured audience model association was created.
*)updateTime : Timestamp.t option;The most recent time at which the configured audience model association was updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ConfiguredAudienceModelAssociationIdentifier.t
| `Timestamp of Timestamp.t ])
list ]