Values.AuthorizeDataShareMessageSourceFrom a data producer account, authorizes the sharing of a datashare with one or more consumer accounts or managing entities. To authorize a datashare for a data consumer, the producer account must have the correct access permissions.
type nonrec t = {consumerIdentifier : String_.t;The identifier of the data consumer that is authorized to access the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.
*)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 ]