Values.DataShareAssociationSourceThe association of a datashare from a producer account with a data consumer.
type nonrec t = {consumerIdentifier : String_.t option;The name of the consumer accounts that have an association with a producer datashare.
*)status : DataShareStatus.t option;The status of the datashare that is associated.
*)consumerRegion : String_.t option;The Amazon Web Services Region of the consumer accounts that have an association with a producer datashare.
*)createdDate : TStamp.t option;The creation date of the datashare that is associated.
*)statusChangeDate : TStamp.t option;The status change data of the datashare that is associated.
*)producerAllowedWrites : BooleanOptional.t option;Specifies whether write operations were allowed during data share authorization.
*)consumerAcceptedWrites : BooleanOptional.t option;Specifies whether write operations were allowed during data share association.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `Enum of string
| `String of String_.t
| `Timestamp of TStamp.t ])
list ]