Interface CfnReplicationGroup.KinesisFirehoseDestinationDetailsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnReplicationGroup.KinesisFirehoseDestinationDetailsProperty.Jsii$Proxy
Enclosing class:
CfnReplicationGroup

@Stability(Stable) public static interface CfnReplicationGroup.KinesisFirehoseDestinationDetailsProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.elasticache.*;
 KinesisFirehoseDestinationDetailsProperty kinesisFirehoseDestinationDetailsProperty = KinesisFirehoseDestinationDetailsProperty.builder()
         .deliveryStream("deliveryStream")
         .build();
 

See Also: