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

S3DataConfig

import type { S3DataConfig } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";

The configuration details of an Amazon S3 input or output bucket.

interface S3DataConfig {
kmsKeyArn?: string | null;
path: string;
}

§Properties

§
kmsKeyArn?: string | null
[src]

The Amazon Resource Name (ARN) of the Key Management Service (KMS) key that Amazon Personalize uses to encrypt or decrypt the input and output files of a batch inference job.

§
path: string
[src]

The file path of the Amazon S3 bucket.