Class: Aws::SESV2::Types::CloudWatchDestination
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SESV2::Types::CloudWatchDestination
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sesv2/types.rb
 
Overview
An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #dimension_configurations  ⇒ Array<Types::CloudWatchDimensionConfiguration> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.
 
Instance Attribute Details
#dimension_configurations ⇒ Array<Types::CloudWatchDimensionConfiguration>
An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.
      472 473 474 475 476  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 472 class CloudWatchDestination < Struct.new( :dimension_configurations) SENSITIVE = [] include Aws::Structure end  |