| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SESV2.Types.DimensionValueSource
Description
Synopsis
- newtype DimensionValueSource where
Documentation
newtype DimensionValueSource Source #
The location where the Amazon SES API v2 finds the value of a dimension
to publish to Amazon CloudWatch. 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. To use your own
email headers, choose emailHeader. To use link tags, choose
linkTags.
Constructors
| DimensionValueSource' | |
Fields | |
Bundled Patterns
| pattern DimensionValueSource_EMAIL_HEADER :: DimensionValueSource | |
| pattern DimensionValueSource_LINK_TAG :: DimensionValueSource | |
| pattern DimensionValueSource_MESSAGE_TAG :: DimensionValueSource |