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

ExperimentTemplateLogConfiguration

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

Describes the configuration for experiment logging.

interface ExperimentTemplateLogConfiguration {
cloudWatchLogsConfiguration?: ExperimentTemplateCloudWatchLogsLogConfiguration | null;
logSchemaVersion?: number | null;
s3Configuration?: ExperimentTemplateS3LogConfiguration | null;
}

§Properties

§
cloudWatchLogsConfiguration?: ExperimentTemplateCloudWatchLogsLogConfiguration | null
[src]

The configuration for experiment logging to Amazon CloudWatch Logs.

§
logSchemaVersion?: number | null
[src]

The schema version.

§

The configuration for experiment logging to Amazon S3.