Show / Hide Table of Contents

Enum CloudWatchDimensionSource

Source for CloudWatch dimension.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum CloudWatchDimensionSource
Syntax (vb)
Public Enum CloudWatchDimensionSource

Synopsis

Fields

EMAIL_HEADER

Amazon SES retrieves the dimension name and value from a header in the email.

LINK_TAG

Amazon SES retrieves the dimension name and value from a tag that you specified in a link.

MESSAGE_TAG

Amazon SES retrieves the dimension name and value from a tag that you specify by using the X-SES-MESSAGE-TAGS header or the Tags API parameter.

Fields

Name Description
EMAIL_HEADER

Amazon SES retrieves the dimension name and value from a header in the email.

LINK_TAG

Amazon SES retrieves the dimension name and value from a tag that you specified in a link.

MESSAGE_TAG

Amazon SES retrieves the dimension name and value from a tag that you specify by using the X-SES-MESSAGE-TAGS header or the Tags API parameter.

Back to top Generated by DocFX