@Stability(value=Stable)
public static interface CfnConfigurationSetEventDestination.PinpointDestinationProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getApplicationArn()
The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.
|
@Stability(value=Stable) @Nullable default String getApplicationArn()
@Stability(value=Stable) static CfnConfigurationSetEventDestination.PinpointDestinationProperty.Builder builder()
Copyright © 2022. All rights reserved.