interface KinesisFirehoseDestinationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.PinpointEmail.CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty |
![]() | software.amazon.awscdk.services.pinpointemail.CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty |
![]() | aws_cdk.aws_pinpointemail.CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty |
![]() | @aws-cdk/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 * as pinpointemail from '@aws-cdk/aws-pinpointemail';
const kinesisFirehoseDestinationProperty: pinpointemail.CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty = {
deliveryStreamArn: 'deliveryStreamArn',
iamRoleArn: 'iamRoleArn',
};
Properties
Name | Type | Description |
---|---|---|
delivery | string | The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that Amazon Pinpoint sends email events to. |
iam | 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. |
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.