@Stability(value=Stable)
public static interface CfnConfigurationSetEventDestination.CloudWatchDestinationProperty
extends software.amazon.jsii.JsiiSerializable
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 .
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.ses.*;
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()
A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.
|
@Stability(value=Stable) @Nullable default Object getDimensionConfigurations()
@Stability(value=Stable) static CfnConfigurationSetEventDestination.CloudWatchDestinationProperty.Builder builder()
Copyright © 2022. All rights reserved.