Show / Hide Table of Contents

Class CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty

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

Inheritance
object
CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty
Implements
CfnConfigurationSetEventDestination.IKinesisFirehoseDestinationProperty
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.KinesisFirehoseDestinationProperty : CfnConfigurationSetEventDestination.IKinesisFirehoseDestinationProperty
Syntax (vb)
Public Class CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty Implements CfnConfigurationSetEventDestination.IKinesisFirehoseDestinationProperty
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-kinesisfirehosedestination.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 kinesisFirehoseDestinationProperty = new KinesisFirehoseDestinationProperty {
                 DeliveryStreamArn = "deliveryStreamArn",
                 IamRoleArn = "iamRoleArn"
             };

Synopsis

Constructors

KinesisFirehoseDestinationProperty()

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

Properties

DeliveryStreamArn

The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that Amazon Pinpoint sends email events to.

IamRoleArn

The Amazon Resource Name (ARN) of the IAM role that Amazon Pinpoint uses when sending email events to the Amazon Kinesis Data Firehose stream.

Constructors

KinesisFirehoseDestinationProperty()

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

public KinesisFirehoseDestinationProperty()
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-kinesisfirehosedestination.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 kinesisFirehoseDestinationProperty = new KinesisFirehoseDestinationProperty {
                 DeliveryStreamArn = "deliveryStreamArn",
                 IamRoleArn = "iamRoleArn"
             };

Properties

DeliveryStreamArn

The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that Amazon Pinpoint sends email events to.

public string DeliveryStreamArn { get; set; }
Property Value

string

Remarks

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

IamRoleArn

The Amazon Resource Name (ARN) of the IAM role that Amazon Pinpoint uses when sending email events to the Amazon Kinesis Data Firehose stream.

public string IamRoleArn { get; set; }
Property Value

string

Remarks

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

Implements

CfnConfigurationSetEventDestination.IKinesisFirehoseDestinationProperty
Back to top Generated by DocFX