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

ExperimentTemplateCloudWatchLogsLogConfigurationInput

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

Specifies the configuration for experiment logging to Amazon CloudWatch Logs.

interface ExperimentTemplateCloudWatchLogsLogConfigurationInput {
logGroupArn: string;
}

§Properties

§
logGroupArn: string
[src]

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