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

UpdateExperimentTemplateLogConfigurationInput

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

Specifies the configuration for experiment logging.

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

§Properties

§

The configuration for experiment logging to Amazon CloudWatch Logs.

§
logSchemaVersion?: number | null
[src]

The schema version.

§

The configuration for experiment logging to Amazon S3.