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

ExperimentTemplateS3LogConfiguration

import type { ExperimentTemplateS3LogConfiguration } from "https://aws-api.deno.dev/v0.4/services/fis.ts?docs=full";

Describes the configuration for experiment logging to Amazon S3.

interface ExperimentTemplateS3LogConfiguration {
bucketName?: string | null;
prefix?: string | null;
}

§Properties

§
bucketName?: string | null
[src]

The name of the destination bucket.

§
prefix?: string | null
[src]

The bucket prefix.