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 IKinesisFirehoseDestinationProperty
Syntax (vb)
Public Interface IKinesisFirehoseDestinationProperty
Remarks
You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.
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
Delivery |
The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to. |
Iam |
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
System.
Remarks
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
System.