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

CreateExperimentTemplateLogConfigurationInput

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

Specifies the configuration for experiment logging.

interface CreateExperimentTemplateLogConfigurationInput {
cloudWatchLogsConfiguration?: ExperimentTemplateCloudWatchLogsLogConfigurationInput | null;
logSchemaVersion: number;
}

§Properties

§

The configuration for experiment logging to Amazon CloudWatch Logs.

§
logSchemaVersion: number
[src]

The schema version.

§

The configuration for experiment logging to Amazon S3.