CloudWatchDimensionConfiguration class

Contains the dimension configuration to use when you publish email sending events to Amazon CloudWatch.

For information about publishing email sending events to Amazon CloudWatch, see the Amazon SES Developer Guide.

Constructors

CloudWatchDimensionConfiguration({required String defaultDimensionValue, required String dimensionName, required DimensionValueSource dimensionValueSource})
CloudWatchDimensionConfiguration.fromXml(XmlElement elem)
factory

Properties

defaultDimensionValue String
The default value of the dimension that is published to Amazon CloudWatch if you do not provide the value of the dimension when you send an email. The default value must:
final
dimensionName String
The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
final
dimensionValueSource DimensionValueSource
The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon SES to use your own email headers, choose emailHeader.
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