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

DescribeEmailMonitoringConfigurationResponse

import type { DescribeEmailMonitoringConfigurationResponse } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface DescribeEmailMonitoringConfigurationResponse {
LogGroupArn?: string | null;
RoleArn?: string | null;
}

§Properties

§
LogGroupArn?: string | null
[src]

The Amazon Resource Name (ARN) of the CloudWatch Log group associated with the email monitoring configuration.

§
RoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the IAM Role associated with the email monitoring configuration.