Module: AWSCDK::SES::CloudWatchDimensionSource

Defined in:
ses/cloud_watch_dimension_source.rb

Overview

Source for CloudWatch dimension.

Constant Summary collapse

EMAIL_HEADER =
Deprecated.
Note:

Default:

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

Note: You can't use any of the following email headers as the Dimension Name: Received, To, From, DKIM-Signature, CC, message-id, or Return-Path.

Jsii::Enum.new("aws-cdk-lib.aws_ses.CloudWatchDimensionSource", "EMAIL_HEADER")
Jsii::Enum.new("aws-cdk-lib.aws_ses.CloudWatchDimensionSource", "LINK_TAG")
MESSAGE_TAG =
Deprecated.
Note:

Default:

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.

You can also use the Message Tag value source to create dimensions based on Amazon SES auto-tags. To use an auto-tag, type the complete name of the auto-tag as the Dimension Name. For example, to create a dimension based on the configuration set auto-tag, use ses:configuration-set for the Dimension Name, and the name of the configuration set for the Default Value.

Jsii::Enum.new("aws-cdk-lib.aws_ses.CloudWatchDimensionSource", "MESSAGE_TAG")