Values.ConfiguredTableAssociationSourceA configured table association links a configured table to a collaboration.
type nonrec t = {arn : ConfiguredTableAssociationArn.t option;The unique ARN for the configured table association.
*)id : UUID.t option;The unique ID for the configured table association.
*)configuredTableId : UUID.t option;The unique ID for the configured table that the association refers to.
*)configuredTableArn : ConfiguredTableArn.t option;The unique ARN for the configured table that the association refers to.
*)membershipId : UUID.t option;The unique ID for the membership this configured table association belongs to.
*)membershipArn : MembershipArn.t option;The unique ARN for the membership this configured table association belongs to.
*)roleArn : RoleArn.t option;The service will assume this role to access catalog metadata and query the table.
*)name : TableAlias.t option;The name of the configured table association, in lowercase. The table is identified by this name when running protected queries against the underlying data.
*)description : TableDescription.t option;A description of the configured table association.
*)analysisRuleTypes : ConfiguredTableAssociationAnalysisRuleTypeList.t option;The analysis rule types for the configured table association.
*)createTime : Timestamp.t option;The time the configured table association was created.
*)updateTime : Timestamp.t option;The time the configured table association was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of ConfiguredTableAssociationArn.t
| `Timestamp of Timestamp.t ])
list ]