Class CfnConfigurationSetEventDestination.PinpointDestinationProperty
An object that defines a Amazon Pinpoint destination for email events.
Inherited Members
Namespace: Amazon.CDK.AWS.PinpointEmail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConfigurationSetEventDestination.PinpointDestinationProperty : CfnConfigurationSetEventDestination.IPinpointDestinationProperty
Syntax (vb)
Public Class CfnConfigurationSetEventDestination.PinpointDestinationProperty Implements CfnConfigurationSetEventDestination.IPinpointDestinationProperty
Remarks
You can use Amazon Pinpoint events to create attributes in Amazon Pinpoint projects. You can use these attributes to create segments for your campaigns.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.PinpointEmail;
var pinpointDestinationProperty = new PinpointDestinationProperty {
ApplicationArn = "applicationArn"
};
Synopsis
Constructors
PinpointDestinationProperty() | An object that defines a Amazon Pinpoint destination for email events. |
Properties
ApplicationArn | The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to. |
Constructors
PinpointDestinationProperty()
An object that defines a Amazon Pinpoint destination for email events.
public PinpointDestinationProperty()
Remarks
You can use Amazon Pinpoint events to create attributes in Amazon Pinpoint projects. You can use these attributes to create segments for your campaigns.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.PinpointEmail;
var pinpointDestinationProperty = new PinpointDestinationProperty {
ApplicationArn = "applicationArn"
};
Properties
ApplicationArn
The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.
public string? ApplicationArn { get; set; }