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

RedshiftDataParameters

import type { RedshiftDataParameters } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/eventbridge.ts";
interface RedshiftDataParameters {
Database: string;
DbUser?: string | null;
SecretManagerArn?: string | null;
Sql: string;
StatementName?: string | null;
WithEvent?: boolean | null;
}

§Properties

§
Database: string
[src]
§
DbUser?: string | null
[src]
§
SecretManagerArn?: string | null
[src]
§
Sql: string
[src]
§
StatementName?: string | null
[src]
§
WithEvent?: boolean | null
[src]