aws-cdk-lib.aws_pinpointemail.CfnConfigurationSetEventDestination.CloudWatchDestinationProperty

interface CloudWatchDestinationProperty

LanguageType name
.NETAmazon.CDK.AWS.PinpointEmail.CfnConfigurationSetEventDestination.CloudWatchDestinationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awspinpointemail#CfnConfigurationSetEventDestination_CloudWatchDestinationProperty
Javasoftware.amazon.awscdk.services.pinpointemail.CfnConfigurationSetEventDestination.CloudWatchDestinationProperty
Pythonaws_cdk.aws_pinpointemail.CfnConfigurationSetEventDestination.CloudWatchDestinationProperty
TypeScript aws-cdk-lib » 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 { aws_pinpointemail as pinpointemail } from 'aws-cdk-lib';
const cloudWatchDestinationProperty: pinpointemail.CfnConfigurationSetEventDestination.CloudWatchDestinationProperty = {
  dimensionConfigurations: [{
    defaultDimensionValue: 'defaultDimensionValue',
    dimensionName: 'dimensionName',
    dimensionValueSource: 'dimensionValueSource',
  }],
};

Properties

NameTypeDescription
dimensionConfigurations?IResolvable | IResolvable | DimensionConfigurationProperty[]An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.

dimensionConfigurations?

Type: IResolvable | IResolvable | DimensionConfigurationProperty[] (optional)

An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.