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 Amazon Pinpoint finds the value of a dimension to
publish to Amazon CloudWatch. If you want Amazon Pinpoint 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 Pinpoint to use your own email headers, choose
emailHeader
. If you want Amazon Pinpoint to use link tags, choose
linkTags
.
pattern DimensionValueSource_EMAIL_HEADER :: DimensionValueSource | |
pattern DimensionValueSource_LINK_TAG :: DimensionValueSource | |
pattern DimensionValueSource_MESSAGE_TAG :: DimensionValueSource |