@Stability(value=Stable)
public static interface CfnConfigurationSetEventDestination.CloudWatchDestinationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.pinpointemail.*;
CloudWatchDestinationProperty cloudWatchDestinationProperty = CloudWatchDestinationProperty.builder()
.dimensionConfigurations(List.of(DimensionConfigurationProperty.builder()
.defaultDimensionValue("defaultDimensionValue")
.dimensionName("dimensionName")
.dimensionValueSource("dimensionValueSource")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfigurationSetEventDestination.CloudWatchDestinationProperty.Builder
|
static class |
CfnConfigurationSetEventDestination.CloudWatchDestinationProperty.Jsii$Proxy
An implementation for
CfnConfigurationSetEventDestination.CloudWatchDestinationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfigurationSetEventDestination.CloudWatchDestinationProperty.Builder |
builder() |
default Object |
getDimensionConfigurations()
An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.
|
@Stability(value=Stable) @Nullable default Object getDimensionConfigurations()
@Stability(value=Stable) static CfnConfigurationSetEventDestination.CloudWatchDestinationProperty.Builder builder()
Copyright © 2022. All rights reserved.