Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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
.
pattern DimensionValueSource_EMAIL_HEADER :: DimensionValueSource | |
pattern DimensionValueSource_LINK_TAG :: DimensionValueSource | |
pattern DimensionValueSource_MESSAGE_TAG :: DimensionValueSource |