Show / Hide Table of Contents

Class CfnConfigurationSetEventDestination.PinpointDestinationProperty

An object that defines a Amazon Pinpoint destination for email events.

Inheritance
object
CfnConfigurationSetEventDestination.PinpointDestinationProperty
Implements
CfnConfigurationSetEventDestination.IPinpointDestinationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

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

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.

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"
             };

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

string

Remarks

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

Implements

CfnConfigurationSetEventDestination.IPinpointDestinationProperty
Back to top Generated by DocFX