interface CloudWatchDestinationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.PinpointEmail.CfnConfigurationSetEventDestination.CloudWatchDestinationProperty |
![]() | software.amazon.awscdk.services.pinpointemail.CfnConfigurationSetEventDestination.CloudWatchDestinationProperty |
![]() | aws_cdk.aws_pinpointemail.CfnConfigurationSetEventDestination.CloudWatchDestinationProperty |
![]() | @aws-cdk/aws-pinpointemail » CfnConfigurationSetEventDestination » CloudWatchDestinationProperty |
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.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as pinpointemail from '@aws-cdk/aws-pinpointemail';
const cloudWatchDestinationProperty: pinpointemail.CfnConfigurationSetEventDestination.CloudWatchDestinationProperty = {
dimensionConfigurations: [{
defaultDimensionValue: 'defaultDimensionValue',
dimensionName: 'dimensionName',
dimensionValueSource: 'dimensionValueSource',
}],
};
Properties
Name | Type | Description |
---|---|---|
dimension | IResolvable | IResolvable | Dimension [] | An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch. |
dimensionConfigurations?
Type:
IResolvable
|
IResolvable
|
Dimension
[]
(optional)
An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.