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

PutEmailMonitoringConfigurationRequest

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

§Properties

§
LogGroupArn: string
[src]

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

§
OrganizationId: string
[src]

The ID of the organization for which the email monitoring configuration is set.

§
RoleArn: string
[src]

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