You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::CloudWatchDimensionConfigurationWhen passing CloudWatchDimensionConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
dimension_name: "DimensionName", dimension_value_source: "MESSAGE_TAG", default_dimension_value: "DefaultDimensionValue", }
An object that defines the dimension configuration to use when you send email events to Amazon CloudWatch.
Instance Attribute Summary collapseThe 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.
The name of an Amazon CloudWatch dimension associated with an email sending metric.
The location where the Amazon SES API v2 finds the value of a dimension to publish to Amazon CloudWatch.
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:
It can only contain ASCII letters (aâz, AâZ), numbers (0â9), underscores (_), or dashes (-).
It can contain no more than 256 characters.
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.
The location where the Amazon SES API v2 finds the value of a dimension to publish to Amazon CloudWatch. If you want 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
. If you want to use your own email headers, choose emailHeader
. If you want to use link tags, choose linkTags
.
Possible values:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4