Interface CfnConfigurationSetEventDestination.IPinpointDestinationProperty
An object that defines a Amazon Pinpoint destination for email events.
Namespace: Amazon.CDK.AWS.PinpointEmail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConfigurationSetEventDestination.IPinpointDestinationProperty
Syntax (vb)
Public Interface 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
Properties
ApplicationArn | The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to. |
Properties
ApplicationArn
The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.
string? ApplicationArn { get; }