Struct rusoto_ses::CloudWatchDestination [] [src]

pub struct CloudWatchDestination {
    pub dimension_configurations: CloudWatchDimensionConfigurations,
}

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.

Fields

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

Trait Implementations

impl Default for CloudWatchDestination
[src]

Returns the "default value" for a type. Read more

impl Debug for CloudWatchDestination
[src]

Formats the value using the given formatter.

impl Clone for CloudWatchDestination
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more