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

RedshiftSourceConfig

import type { RedshiftSourceConfig } from "https://aws-api.deno.dev/v0.3/services/lookoutmetrics.ts?docs=full";

Provides information about the Amazon Redshift database configuration.

interface RedshiftSourceConfig {
ClusterIdentifier?: string | null;
DatabaseHost?: string | null;
DatabaseName?: string | null;
DatabasePort?: number | null;
RoleArn?: string | null;
SecretManagerArn?: string | null;
TableName?: string | null;
VpcConfiguration?: VpcConfiguration | null;
}

§Properties

§
ClusterIdentifier?: string | null
[src]

A string identifying the Redshift cluster.

§
DatabaseHost?: string | null
[src]

The name of the database host.

§
DatabaseName?: string | null
[src]

The Redshift database name.

§
DatabasePort?: number | null
[src]

The port number where the database can be accessed.

§
RoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the role providing access to the database.

§
SecretManagerArn?: string | null
[src]

The Amazon Resource Name (ARN) of the AWS Secrets Manager role.

§
TableName?: string | null
[src]

The table name of the Redshift database.

§
VpcConfiguration?: VpcConfiguration | null
[src]

Contains information about the Amazon Virtual Private Cloud (VPC) configuration.