aws-cdk-lib.aws_pinpointemail.CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty

interface KinesisFirehoseDestinationProperty

LanguageType name
.NETAmazon.CDK.AWS.PinpointEmail.CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awspinpointemail#CfnConfigurationSetEventDestination_KinesisFirehoseDestinationProperty
Javasoftware.amazon.awscdk.services.pinpointemail.CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty
Pythonaws_cdk.aws_pinpointemail.CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty
TypeScript aws-cdk-lib » aws_pinpointemail » CfnConfigurationSetEventDestination » KinesisFirehoseDestinationProperty

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

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pinpointemail as pinpointemail } from 'aws-cdk-lib';
const kinesisFirehoseDestinationProperty: pinpointemail.CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty = {
  deliveryStreamArn: 'deliveryStreamArn',
  iamRoleArn: 'iamRoleArn',
};

Properties

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

deliveryStreamArn

Type: string

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


iamRoleArn

Type: string

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