Values.UpdateConfiguredTableAssociationInputSourceUpdates a configured table association.
type nonrec t = {configuredTableAssociationIdentifier : ConfiguredTableAssociationIdentifier.t;The unique identifier for the configured table association to update. Currently accepts the configured table association ID.
*)membershipIdentifier : MembershipIdentifier.t;The unique ID for the membership that the configured table association belongs to.
*)description : TableDescription.t option;A new description for the configured table association.
*)roleArn : RoleArn.t option;The service will assume this role to access catalog metadata and query the table.
*)}val make :
?description:??? ->
?roleArn:??? ->
configuredTableAssociationIdentifier:ConfiguredTableAssociationIdentifier.t ->
membershipIdentifier:MembershipIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of ConfiguredTableAssociationIdentifier.t ]) list ]