Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SchemaConfiguration

import type { SchemaConfiguration } from "https://aws-api.deno.dev/v0.4/services/firehose.ts?docs=full";

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.

interface SchemaConfiguration {
CatalogId?: string | null;
DatabaseName?: string | null;
Region?: string | null;
RoleARN?: string | null;
TableName?: string | null;
VersionId?: string | null;
}

§Properties

§
CatalogId?: string | null
[src]

The ID of the Amazon Web Services Glue Data Catalog. If you don't supply this, the Amazon Web Services account ID is used by default.

§
DatabaseName?: string | null
[src]

Specifies the name of the Amazon Web Services Glue database that contains the schema for the output data.

! IMPORTANT: ! If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the DatabaseName property is required and its value must be specified.

§
Region?: string | null
[src]

If you don't specify an Amazon Web Services Region, the default is the current Region.

§
RoleARN?: string | null
[src]

The role that Kinesis Data Firehose can use to access Amazon Web Services Glue. This role must be in the same account you use for Kinesis Data Firehose. Cross-account roles aren't allowed.

! IMPORTANT: ! If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the RoleARN property is required and its value must be specified.

§
TableName?: string | null
[src]

Specifies the Amazon Web Services Glue table that contains the column information that constitutes your data schema.

! IMPORTANT: ! If the SchemaConfiguration request parameter is used as part of invoking the CreateDeliveryStream API, then the TableName property is required and its value must be specified.

§
VersionId?: string | null
[src]

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.