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

LogDestination

import type { LogDestination } from "https://aws-api.deno.dev/v0.3/services/stepfunctions.ts?docs=full";
interface LogDestination {
cloudWatchLogsLogGroup?: CloudWatchLogsLogGroup | null;
}

§Properties

§
cloudWatchLogsLogGroup?: CloudWatchLogsLogGroup | null
[src]

An object describing a CloudWatch log group. For more information, see AWS::Logs::LogGroup in the AWS CloudFormation User Guide.