Class: Aws::WorkMail::Types::PutEmailMonitoringConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::PutEmailMonitoringConfigurationRequest
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch Log group associated with the email monitoring configuration.
-
#organization_id ⇒ String
The ID of the organization for which the email monitoring configuration is set.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM Role associated with the email monitoring configuration.
Instance Attribute Details
#log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch Log group associated with the email monitoring configuration.
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_id ⇒ String
The ID of the organization for which the email monitoring configuration is set.
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_arn ⇒ String
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.
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 |