workmail_put_email_monitoring_configuration {paws.end.user.computing}R Documentation

Creates or updates the email monitoring configuration for a specified organization

Description

Creates or updates the email monitoring configuration for a specified organization.

See https://www.paws-r-sdk.com/docs/workmail_put_email_monitoring_configuration/ for full documentation.

Usage

workmail_put_email_monitoring_configuration(
  OrganizationId,
  RoleArn,
  LogGroupArn
)

Arguments

OrganizationId

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

RoleArn

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

LogGroupArn

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


[Package paws.end.user.computing version 0.9.0 Index]