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

CreateDatasetExportJobRequest

import type { CreateDatasetExportJobRequest } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface CreateDatasetExportJobRequest {
datasetArn: string;
ingestionMode?: IngestionMode | null;
jobName: string;
roleArn: string;
}

§Properties

§
datasetArn: string
[src]

The Amazon Resource Name (ARN) of the dataset that contains the data to export.

§
ingestionMode?: IngestionMode | null
[src]

The data to export, based on how you imported the data. You can choose to export only BULK data that you imported using a dataset import job, only PUT data that you imported incrementally (using the console, PutEvents, PutUsers and PutItems operations), or ALL for both types. The default value is PUT.

§
jobName: string
[src]

The name for the dataset export job.

§

The path to the Amazon S3 bucket where the job's output is stored.

§
roleArn: string
[src]

The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket.