Values.GlueTableReferenceSourceA reference to a table within an Glue data catalog.
type nonrec t = {region : CommercialRegion.t option;The Amazon Web Services Region where the Glue table is located. This parameter is required to uniquely identify and access tables across different Regions.
*)tableName : GlueTableName.t;The name of the Glue table.
*)databaseName : GlueDatabaseName.t;The name of the database the Glue table belongs to.
*)}val make :
?region:??? ->
tableName:GlueTableName.t ->
databaseName:GlueDatabaseName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of GlueTableName.t ]) list ]