aws-cdk-lib.aws_elasticache.CfnReplicationGroup.KinesisFirehoseDestinationDetailsProperty

interface KinesisFirehoseDestinationDetailsProperty

LanguageType name
.NETAmazon.CDK.AWS.ElastiCache.CfnReplicationGroup.KinesisFirehoseDestinationDetailsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awselasticache#CfnReplicationGroup_KinesisFirehoseDestinationDetailsProperty
Javasoftware.amazon.awscdk.services.elasticache.CfnReplicationGroup.KinesisFirehoseDestinationDetailsProperty
Pythonaws_cdk.aws_elasticache.CfnReplicationGroup.KinesisFirehoseDestinationDetailsProperty
TypeScript aws-cdk-lib » aws_elasticache » CfnReplicationGroup » KinesisFirehoseDestinationDetailsProperty

The configuration details of the Kinesis Data Firehose destination.

Note that this field is marked as required but only if Kinesis Data Firehose was chosen as the destination.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_elasticache as elasticache } from 'aws-cdk-lib';
const kinesisFirehoseDestinationDetailsProperty: elasticache.CfnReplicationGroup.KinesisFirehoseDestinationDetailsProperty = {
  deliveryStream: 'deliveryStream',
};

Properties

NameTypeDescription
deliveryStreamstringThe name of the Kinesis Data Firehose delivery stream.

deliveryStream

Type: string

The name of the Kinesis Data Firehose delivery stream.