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

ExperimentTemplateS3LogConfigurationInput

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

Specifies the configuration for experiment logging to Amazon S3.

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

§Properties

§
bucketName: string
[src]

The name of the destination bucket.

§
prefix?: string | null
[src]

The bucket prefix.