AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

An object that defines the dimension configuration to use when you send email events to Amazon CloudWatch.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmailV2.Model.CloudWatchDimensionConfiguration

Namespace: Amazon.SimpleEmailV2.Model
Assembly: AWSSDK.SimpleEmailV2.dll
Version: 3.x.y.z

Syntax

C#
public class CloudWatchDimensionConfiguration

The CloudWatchDimensionConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DefaultDimensionValue System.String

Gets and sets the property DefaultDimensionValue.

The default value of the dimension that is published to Amazon CloudWatch if you don't provide the value of the dimension when you send an email. This value has to meet the following criteria:

  • Can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-), at signs (@), and periods (.).

  • It can contain no more than 256 characters.

Public Property DimensionName System.String

Gets and sets the property DimensionName.

The name of an Amazon CloudWatch dimension associated with an email sending metric. The name has to meet the following criteria:

  • It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).

  • It can contain no more than 256 characters.

Public Property DimensionValueSource Amazon.SimpleEmailV2.DimensionValueSource

Gets and sets the property DimensionValueSource.

The location where the Amazon SES API v2 finds the value of a dimension to publish to Amazon CloudWatch. To use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail or SendRawEmail API, choose messageTag. To use your own email headers, choose emailHeader. To use link tags, choose linkTags.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5