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)


4087
4088
4089
4090
4091
4092
4093
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4087

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)


4087
4088
4089
4090
4091
4092
4093
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4087

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.

Returns:

  • (String)


4087
4088
4089
4090
4091
4092
4093
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4087

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