Class: Aws::WorkMail::Types::PutEmailMonitoringConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_arnString

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

Returns:

  • (String)


4447
4448
4449
4450
4451
4452
4453
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4447

class PutEmailMonitoringConfigurationRequest < Struct.new(
  :organization_id,
  :role_arn,
  :log_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

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

Returns:

  • (String)


4447
4448
4449
4450
4451
4452
4453
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4447

class PutEmailMonitoringConfigurationRequest < Struct.new(
  :organization_id,
  :role_arn,
  :log_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM Role associated with the email monitoring configuration. If absent, the IAM Role Arn of AWSServiceRoleForAmazonWorkMailEvents will be used.

Returns:

  • (String)


4447
4448
4449
4450
4451
4452
4453
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4447

class PutEmailMonitoringConfigurationRequest < Struct.new(
  :organization_id,
  :role_arn,
  :log_group_arn)
  SENSITIVE = []
  include Aws::Structure
end