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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnReplicationGroup.KinesisFirehoseDestinationDetailsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The name of the Kinesis Data Firehose delivery stream.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 CfnReplicationGroup.KinesisFirehoseDestinationDetailsProperty.Builder builder()
-