RelationalTable constructor
RelationalTable({})
Implementation
RelationalTable({
required this.dataSourceArn,
required this.inputColumns,
required this.name,
this.catalog,
this.schema,
});
RelationalTable({
required this.dataSourceArn,
required this.inputColumns,
required this.name,
this.catalog,
this.schema,
});