@Stability(value=Stable)
public static interface CfnCacheCluster.KinesisFirehoseDestinationDetailsProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getDeliveryStream()
The name of the Kinesis Data Firehose delivery stream.
|
@Stability(value=Stable) @NotNull String getDeliveryStream()
@Stability(value=Stable) static CfnCacheCluster.KinesisFirehoseDestinationDetailsProperty.Builder builder()
Copyright © 2022. All rights reserved.