CloudWatchDestination class

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.

Constructors

CloudWatchDestination({required List<CloudWatchDimensionConfiguration> dimensionConfigurations})
CloudWatchDestination.fromXml(XmlElement elem)
factory

Properties

dimensionConfigurations List<CloudWatchDimensionConfiguration>
A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited