Show / Hide Table of Contents

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-pinpointdestination.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-pinpointdestination.html#cfn-pinpointemail-configurationseteventdestination-pinpointdestination-applicationarn

Back to top Generated by DocFX