CloudWatchDimensionSource
- class aws_cdk.aws_ses.CloudWatchDimensionSource(*values)
Bases:
EnumSource for CloudWatch dimension.
Attributes
- EMAIL_HEADER
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, orReturn-Path.
- 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-TAGSheader 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-setfor the Dimension Name, and the name of the configuration set for the Default Value.