interface PinpointDestinationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.PinpointEmail.CfnConfigurationSetEventDestination.PinpointDestinationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspinpointemail#CfnConfigurationSetEventDestination_PinpointDestinationProperty |
![]() | software.amazon.awscdk.services.pinpointemail.CfnConfigurationSetEventDestination.PinpointDestinationProperty |
![]() | aws_cdk.aws_pinpointemail.CfnConfigurationSetEventDestination.PinpointDestinationProperty |
![]() | aws-cdk-lib » aws_pinpointemail » CfnConfigurationSetEventDestination » PinpointDestinationProperty |
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 { aws_pinpointemail as pinpointemail } from 'aws-cdk-lib';
const pinpointDestinationProperty: pinpointemail.CfnConfigurationSetEventDestination.PinpointDestinationProperty = {
applicationArn: 'applicationArn',
};
Properties
Name | Type | Description |
---|---|---|
application | string | The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to. |
applicationArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.