public static interface CfnConfigurationSetEventDestination.PinpointDestinationProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConfigurationSetEventDestination.PinpointDestinationProperty.Builder
|
static class |
CfnConfigurationSetEventDestination.PinpointDestinationProperty.Jsii$Proxy
An implementation for
CfnConfigurationSetEventDestination.PinpointDestinationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConfigurationSetEventDestination.PinpointDestinationProperty.Builder |
builder() |
default java.lang.String |
getApplicationArn()
The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.
|