Show / Hide Table of Contents

Interface CfnConfigurationSetEventDestination.IKinesisFirehoseDestinationProperty

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

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConfigurationSetEventDestination.IKinesisFirehoseDestinationProperty
Syntax (vb)
Public Interface 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-ses-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.SES;

             var kinesisFirehoseDestinationProperty = new KinesisFirehoseDestinationProperty {
                 DeliveryStreamArn = "deliveryStreamArn",
                 IamRoleArn = "iamRoleArn"
             };

Synopsis

Properties

DeliveryStreamArn

The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

IamRoleArn

The Amazon Resource Name (ARN) of the IAM role that the Amazon SES API v2 uses to send email events to the Amazon Kinesis Data Firehose stream.

Properties

DeliveryStreamArn

The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

string DeliveryStreamArn { get; }
Property Value

string

Remarks

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

IamRoleArn

The Amazon Resource Name (ARN) of the IAM role that the Amazon SES API v2 uses to send email events to the Amazon Kinesis Data Firehose stream.

string IamRoleArn { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX