public static interface CfnCacheCluster.KinesisFirehoseDestinationDetailsProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCacheCluster.KinesisFirehoseDestinationDetailsProperty.Builder
|
static class |
CfnCacheCluster.KinesisFirehoseDestinationDetailsProperty.Jsii$Proxy
An implementation for
CfnCacheCluster.KinesisFirehoseDestinationDetailsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnCacheCluster.KinesisFirehoseDestinationDetailsProperty.Builder |
builder() |
java.lang.String |
getDeliveryStream()
The name of the Kinesis Data Firehose delivery stream.
|