Interface CfnConfigurationSetEventDestination.IKinesisFirehoseDestinationProperty
An object that defines an Amazon Kinesis Data Firehose destination for email events.
Namespace: Amazon.CDK.AWS.PinpointEmail
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.
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
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. |
Properties
DeliveryStreamArn
The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that Amazon Pinpoint sends email events to.
string DeliveryStreamArn { get; }
Property Value
Remarks
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.
string IamRoleArn { get; }