Class: Aws::SES::Types::CloudWatchDestination

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

Overview

Contains information associated with an Amazon CloudWatch event destination to which email sending events are published.

Event destinations, such as Amazon CloudWatch, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_configurationsArray<Types::CloudWatchDimensionConfiguration>

A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.



407
408
409
410
411
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 407

class CloudWatchDestination < Struct.new(
  :dimension_configurations)
  SENSITIVE = []
  include Aws::Structure
end