Show / Hide Table of Contents

Class CfnConfigurationSetEventDestination.EventDestinationProperty

In Amazon Pinpoint, events include message sends, deliveries, opens, clicks, bounces, and complaints.

Inheritance
object
CfnConfigurationSetEventDestination.EventDestinationProperty
Implements
CfnConfigurationSetEventDestination.IEventDestinationProperty
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.EventDestinationProperty : CfnConfigurationSetEventDestination.IEventDestinationProperty
Syntax (vb)
Public Class CfnConfigurationSetEventDestination.EventDestinationProperty Implements CfnConfigurationSetEventDestination.IEventDestinationProperty
Remarks

Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-eventdestination.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 eventDestinationProperty = new EventDestinationProperty {
                 MatchingEventTypes = new [] { "matchingEventTypes" },

                 // the properties below are optional
                 CloudWatchDestination = new CloudWatchDestinationProperty {
                     DimensionConfigurations = new [] { new DimensionConfigurationProperty {
                         DefaultDimensionValue = "defaultDimensionValue",
                         DimensionName = "dimensionName",
                         DimensionValueSource = "dimensionValueSource"
                     } }
                 },
                 Enabled = false,
                 KinesisFirehoseDestination = new KinesisFirehoseDestinationProperty {
                     DeliveryStreamArn = "deliveryStreamArn",
                     IamRoleArn = "iamRoleArn"
                 },
                 PinpointDestination = new PinpointDestinationProperty {
                     ApplicationArn = "applicationArn"
                 },
                 SnsDestination = new SnsDestinationProperty {
                     TopicArn = "topicArn"
                 }
             };

Synopsis

Constructors

EventDestinationProperty()

In Amazon Pinpoint, events include message sends, deliveries, opens, clicks, bounces, and complaints.

Properties

CloudWatchDestination

An object that defines an Amazon CloudWatch destination for email events.

Enabled

If true , the event destination is enabled.

KinesisFirehoseDestination

An object that defines an Amazon Kinesis Data Firehose destination for email events.

MatchingEventTypes

The types of events that Amazon Pinpoint sends to the specified event destinations.

PinpointDestination

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

SnsDestination

An object that defines an Amazon SNS destination for email events.

Constructors

EventDestinationProperty()

In Amazon Pinpoint, events include message sends, deliveries, opens, clicks, bounces, and complaints.

public EventDestinationProperty()
Remarks

Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpointemail-configurationseteventdestination-eventdestination.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 eventDestinationProperty = new EventDestinationProperty {
                 MatchingEventTypes = new [] { "matchingEventTypes" },

                 // the properties below are optional
                 CloudWatchDestination = new CloudWatchDestinationProperty {
                     DimensionConfigurations = new [] { new DimensionConfigurationProperty {
                         DefaultDimensionValue = "defaultDimensionValue",
                         DimensionName = "dimensionName",
                         DimensionValueSource = "dimensionValueSource"
                     } }
                 },
                 Enabled = false,
                 KinesisFirehoseDestination = new KinesisFirehoseDestinationProperty {
                     DeliveryStreamArn = "deliveryStreamArn",
                     IamRoleArn = "iamRoleArn"
                 },
                 PinpointDestination = new PinpointDestinationProperty {
                     ApplicationArn = "applicationArn"
                 },
                 SnsDestination = new SnsDestinationProperty {
                     TopicArn = "topicArn"
                 }
             };

Properties

CloudWatchDestination

An object that defines an Amazon CloudWatch destination for email events.

public object? CloudWatchDestination { get; set; }
Property Value

object

Remarks

You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.

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

Enabled

If true , the event destination is enabled.

public object? Enabled { get; set; }
Property Value

object

Remarks

When the event destination is enabled, the specified event types are sent to the destinations in this EventDestinationDefinition .

If false , the event destination is disabled. When the event destination is disabled, events aren't sent to the specified destinations.

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

KinesisFirehoseDestination

An object that defines an Amazon Kinesis Data Firehose destination for email events.

public object? KinesisFirehoseDestination { get; set; }
Property Value

object

Remarks

You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.

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

MatchingEventTypes

The types of events that Amazon Pinpoint sends to the specified event destinations.

public string[] MatchingEventTypes { get; set; }
Property Value

string[]

Remarks

Acceptable values: SEND , REJECT , BOUNCE , COMPLAINT , DELIVERY , OPEN , CLICK , and RENDERING_FAILURE .

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

PinpointDestination

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

public object? PinpointDestination { get; set; }
Property Value

object

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-eventdestination.html#cfn-pinpointemail-configurationseteventdestination-eventdestination-pinpointdestination

SnsDestination

An object that defines an Amazon SNS destination for email events.

public object? SnsDestination { get; set; }
Property Value

object

Remarks

You can use Amazon SNS to send notification when certain email events occur.

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

Implements

CfnConfigurationSetEventDestination.IEventDestinationProperty
Back to top Generated by DocFX