@Stability(value=Stable)
public static interface CfnCacheCluster.KinesisFirehoseDestinationDetailsProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnCacheCluster.KinesisFirehoseDestinationDetailsProperty.DeliveryStream`.
|
@Stability(value=Stable) @NotNull String getDeliveryStream()
@Stability(value=Stable) static CfnCacheCluster.KinesisFirehoseDestinationDetailsProperty.Builder builder()
Copyright © 2021. All rights reserved.