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

CreateIngestionRequest

import type { CreateIngestionRequest } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface CreateIngestionRequest {
AwsAccountId: string;
DataSetId: string;
IngestionId: string;
IngestionType?: IngestionType | null;
}

§Properties

§
AwsAccountId: string
[src]

The Amazon Web Services account ID.

§
DataSetId: string
[src]

The ID of the dataset used in the ingestion.

§
IngestionId: string
[src]

An ID for the ingestion.

§
IngestionType?: IngestionType | null
[src]

The type of ingestion that you want to create.