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

RedshiftDatasetDefinition

import type { RedshiftDatasetDefinition } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface RedshiftDatasetDefinition {
ClusterId: string;
ClusterRoleArn: string;
Database: string;
DbUser: string;
KmsKeyId?: string | null;
OutputCompression?: RedshiftResultCompressionType | null;
OutputFormat: RedshiftResultFormat;
OutputS3Uri: string;
QueryString: string;
}

§Properties

§
ClusterId: string
[src]
§
ClusterRoleArn: string
[src]
§
Database: string
[src]
§
DbUser: string
[src]
§
KmsKeyId?: string | null
[src]
§
OutputCompression?: RedshiftResultCompressionType | null
[src]
§
OutputS3Uri: string
[src]
§
QueryString: string
[src]