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

CloudWatchLogsDestination

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

An object that contains information about an event destination that sends data to Amazon CloudWatch Logs.

interface CloudWatchLogsDestination {
IamRoleArn?: string | null;
LogGroupArn?: string | null;
}

§Properties

§
IamRoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of an Amazon Identity and Access Management (IAM) role that is able to write event data to an Amazon CloudWatch destination.

§
LogGroupArn?: string | null
[src]

The name of the Amazon CloudWatch Log Group that you want to record events in.