Interface CfnConfigurationSetEventDestination.PinpointDestinationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnConfigurationSetEventDestination.PinpointDestinationProperty.Jsii$Proxy
Enclosing class:
CfnConfigurationSetEventDestination

@Stability(Stable) public static interface CfnConfigurationSetEventDestination.PinpointDestinationProperty extends software.amazon.jsii.JsiiSerializable
An object that defines a Amazon Pinpoint destination for email events.

You can use Amazon Pinpoint events to create attributes in Amazon Pinpoint projects. You can use these attributes to create segments for your campaigns.

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.*;
 PinpointDestinationProperty pinpointDestinationProperty = PinpointDestinationProperty.builder()
         .applicationArn("applicationArn")
         .build();