CatalogTarget class
Specifies an AWS Glue Data Catalog target.
Constructors
-
CatalogTarget({required String databaseName, required List<
String> tables}) -
CatalogTarget.fromJson(Map<
String, dynamic> json) -
factory
Properties
- databaseName → String
-
The name of the database to be synchronized.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tables
→ List<
String> -
A list of the tables to be synchronized.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited