GlueConfiguration class
Configuration information for coordination with AWS Glue, a fully managed extract, transform and load (ETL) service.
Constructors
- GlueConfiguration.new({required String databaseName, required String tableName})
-
GlueConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- databaseName → String
-
The name of the database in your AWS Glue Data Catalog in which the table is
located. An AWS Glue Data Catalog database contains metadata tables.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tableName → String
-
The name of the table in your AWS Glue Data Catalog that is used to perform
the ETL operations. An AWS Glue Data Catalog table contains partitioned data
and descriptions of data sources and targets.
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