Interface CfnReplicationGroupPropsMixin.KinesisFirehoseDestinationDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnReplicationGroupPropsMixin.KinesisFirehoseDestinationDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnReplicationGroupPropsMixin
@Stability(Stable)
public static interface CfnReplicationGroupPropsMixin.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.cfnpropertymixins.services.elasticache.*;
KinesisFirehoseDestinationDetailsProperty kinesisFirehoseDestinationDetailsProperty = KinesisFirehoseDestinationDetailsProperty.builder()
.deliveryStream("deliveryStream")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnReplicationGroupPropsMixin.KinesisFirehoseDestinationDetailsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDeliveryStream
The name of the Kinesis Data Firehose delivery stream.- See Also:
-
builder
@Stability(Stable) static CfnReplicationGroupPropsMixin.KinesisFirehoseDestinationDetailsProperty.Builder builder()
-