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 |
Documentation
data CloudWatchDestination Source #
Contains information associated with an Amazon CloudWatch event destination to which email sending events are published.
Event destinations, such as Amazon CloudWatch, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
See: newCloudWatchDestination
smart constructor.
CloudWatchDestination' | |
|
Instances
newCloudWatchDestination :: CloudWatchDestination Source #
Create a value of CloudWatchDestination
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dimensionConfigurations:CloudWatchDestination'
, cloudWatchDestination_dimensionConfigurations
- A list of dimensions upon which to categorize your emails when you
publish email sending events to Amazon CloudWatch.
cloudWatchDestination_dimensionConfigurations :: Lens' CloudWatchDestination [CloudWatchDimensionConfiguration] Source #
A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.