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

AthenaDatasetDefinition

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

Configuration for Athena Dataset Definition input.

interface AthenaDatasetDefinition {
Catalog: string;
Database: string;
KmsKeyId?: string | null;
OutputCompression?: AthenaResultCompressionType | null;
OutputFormat: AthenaResultFormat;
OutputS3Uri: string;
QueryString: string;
WorkGroup?: string | null;
}

§Properties

§
Catalog: string
[src]
§
Database: string
[src]
§
KmsKeyId?: string | null
[src]

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data generated from an Athena query execution.

§
OutputCompression?: AthenaResultCompressionType | null
[src]
§
OutputS3Uri: string
[src]

The location in Amazon S3 where Athena query results are stored.

§
QueryString: string
[src]
§
WorkGroup?: string | null
[src]