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

StartContinuousExportResponse

import type { StartContinuousExportResponse } from "https://aws-api.deno.dev/v0.4/services/discovery.ts?docs=full";
interface StartContinuousExportResponse {
dataSource?: DataSource | null;
exportId?: string | null;
s3Bucket?: string | null;
schemaStorageConfig?: {
[key: string]: string | null | undefined;
}
| null;
startTime?: Date | number | null;
}

§Properties

§
dataSource?: DataSource | null
[src]

The type of data collector used to gather this data (currently only offered for AGENT).

§
exportId?: string | null
[src]

The unique ID assigned to this export.

§
s3Bucket?: string | null
[src]

The name of the s3 bucket where the export data parquet files are stored.

§
schemaStorageConfig?: {
[key: string]: string | null | undefined;
}
| null
[src]

A dictionary which describes how the data is stored.

  • databaseName - the name of the Glue database used to store the schema.
§
startTime?: Date | number | null
[src]

The timestamp representing when the continuous export was started.