You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SES::Types::CloudWatchDimensionConfigurationWhen passing CloudWatchDimensionConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
dimension_name: "DimensionName", dimension_value_source: "messageTag", default_dimension_value: "DefaultDimensionValue", }
Contains the dimension configuration to use when you publish email sending events to Amazon CloudWatch.
For information about publishing email sending events to Amazon CloudWatch, see the Amazon SES Developer Guide.
Instance Attribute Summary collapseThe default value of the dimension that is published to Amazon CloudWatch if you do not 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 place where Amazon SES 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 do not provide the value of the dimension when you send an email. The default value must:
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 256 characters.
The name of an Amazon CloudWatch dimension associated with an email sending metric. The name must:
This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Contain less than 256 characters.
The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon SES to use the message tags that you specify using an X-SES-MESSAGE-TAGS
header or a parameter to the SendEmail
/SendRawEmail
API, choose messageTag
. If you want Amazon SES to use your own email headers, choose emailHeader
.
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