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 #
An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.
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
- An array of objects that define the dimensions to use when you send
email events to Amazon CloudWatch.
cloudWatchDestination_dimensionConfigurations :: Lens' CloudWatchDestination [CloudWatchDimensionConfiguration] Source #
An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.