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

ContinuousExportDescription

import type { ContinuousExportDescription } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/discovery.ts";
interface ContinuousExportDescription {
dataSource?: DataSource | null;
exportId?: string | null;
s3Bucket?: string | null;
schemaStorageConfig?: {
[key: string]: string | null | undefined;
}
| null;
startTime?: Date | number | null;
status?: ContinuousExportStatus | null;
statusDetail?: string | null;
stopTime?: Date | number | null;
}

§Properties

§
dataSource?: DataSource | null
[src]
§
exportId?: string | null
[src]
§
s3Bucket?: string | null
[src]
§
schemaStorageConfig?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
startTime?: Date | number | null
[src]
§
statusDetail?: string | null
[src]
§
stopTime?: Date | number | null
[src]