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

ExperimentCloudWatchLogsLogConfiguration

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

Describes the configuration for experiment logging to Amazon CloudWatch Logs.

interface ExperimentCloudWatchLogsLogConfiguration {
logGroupArn?: string | null;
}

§Properties

§
logGroupArn?: string | null
[src]

The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.