Values.CreateConfiguredAudienceModelAssociationInputSourceProvides the details necessary to create a configured audience model association.
type nonrec t = {membershipIdentifier : MembershipIdentifier.t;A unique identifier for one of your memberships for a collaboration. The configured audience model is associated to the collaboration that this membership belongs to. Accepts a membership ID.
*)configuredAudienceModelArn : ConfiguredAudienceModelArn.t;A unique identifier for the configured audience model that you want to associate.
*)configuredAudienceModelAssociationName : ConfiguredAudienceModelAssociationName.t;The name of the configured audience model association.
*)manageResourcePolicies : Boolean.t;When TRUE, indicates that the resource policy for the configured audience model resource being associated is configured for Clean Rooms to manage permissions related to the given collaboration. When FALSE, indicates that the configured audience model resource owner will manage permissions related to the given collaboration. Setting this to TRUE requires you to have permissions to create, update, and delete the resource policy for the cleanrooms-ml resource when you call the DeleteConfiguredAudienceModelAssociation resource. In addition, if you are the collaboration creator and specify TRUE, you must have the same permissions when you call the DeleteMember and DeleteCollaboration APIs.
*)description : ResourceDescription.t option;A description of the configured audience model association.
*)}val make :
?tags:??? ->
?description:??? ->
membershipIdentifier:MembershipIdentifier.t ->
configuredAudienceModelArn:ConfiguredAudienceModelArn.t ->
configuredAudienceModelAssociationName:
ConfiguredAudienceModelAssociationName.t ->
manageResourcePolicies:Boolean.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of MembershipIdentifier.t ])
list ]