Values.AssociateDataShareConsumerMessageSourceFrom a datashare consumer account, associates a datashare with the account (AssociateEntireAccount) or the specified namespace (ConsumerArn). If you make this association, the consumer can consume the datashare.
type nonrec t = {associateEntireAccount : BooleanOptional.t option;A value that specifies whether the datashare is associated with the entire account.
*)consumerArn : String_.t option;The Amazon Resource Name (ARN) of the consumer namespace associated with the datashare.
*)consumerRegion : String_.t option;From a datashare consumer account, associates a datashare with all existing and future namespaces in the specified Amazon Web Services Region.
*)allowWrites : BooleanOptional.t option;If set to true, allows write operations for a datashare.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of BooleanOptional.t | `String of String_.t ])
list ]