interface KinesisFirehoseDestinationDetailsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.ElastiCache.CfnReplicationGroup.KinesisFirehoseDestinationDetailsProperty |
Java | software.amazon.awscdk.services.elasticache.CfnReplicationGroup.KinesisFirehoseDestinationDetailsProperty |
Python | aws_cdk.aws_elasticache.CfnReplicationGroup.KinesisFirehoseDestinationDetailsProperty |
TypeScript | @aws-cdk/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 * as elasticache from '@aws-cdk/aws-elasticache';
const kinesisFirehoseDestinationDetailsProperty: elasticache.CfnReplicationGroup.KinesisFirehoseDestinationDetailsProperty = {
deliveryStream: 'deliveryStream',
};
Properties
Name | Type | Description |
---|---|---|
delivery | string | The name of the Kinesis Data Firehose delivery stream. |
deliveryStream
Type:
string
The name of the Kinesis Data Firehose delivery stream.