SchemaConfiguration class
Specifies the schema to which you want Kinesis Data Firehose to configure
your data before it writes it to Amazon S3. This parameter is required if
Enabled
is set to true.
Constructors
- SchemaConfiguration({String? catalogId, String? databaseName, String? region, String? roleARN, String? tableName, String? versionId})
-
SchemaConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- catalogId → String?
-
The ID of the AWS Glue Data Catalog. If you don't supply this, the AWS
account ID is used by default.
final
- databaseName → String?
-
Specifies the name of the AWS Glue database that contains the schema for the
output data.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- region → String?
-
If you don't specify an AWS Region, the default is the current Region.
final
- roleARN → String?
-
The role that Kinesis Data Firehose can use to access AWS Glue. This role
must be in the same account you use for Kinesis Data Firehose. Cross-account
roles aren't allowed.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tableName → String?
-
Specifies the AWS Glue table that contains the column information that
constitutes your data schema.
final
- versionId → String?
-
Specifies the table version for the output data schema. If you don't specify
this version ID, or if you set it to
LATEST
, Kinesis Data Firehose uses the most recent version. This means that any updates to the table are automatically picked up.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