@Stability(value=Stable)
public static interface CfnCluster.FirehoseProperty
extends software.amazon.jsii.JsiiSerializable
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.msk.*;
FirehoseProperty firehoseProperty = FirehoseProperty.builder()
.enabled(false)
// the properties below are optional
.deliveryStream("deliveryStream")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.FirehoseProperty.Builder
A builder for
CfnCluster.FirehoseProperty |
static class |
CfnCluster.FirehoseProperty.Jsii$Proxy
An implementation for
CfnCluster.FirehoseProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.FirehoseProperty.Builder |
builder() |
default String |
getDeliveryStream()
The Kinesis Data Firehose delivery stream that is the destination for broker logs.
|
Object |
getEnabled()
Specifies whether broker logs get sent to the specified Kinesis Data Firehose delivery stream.
|
@Stability(value=Stable) @NotNull Object getEnabled()
@Stability(value=Stable) @Nullable default String getDeliveryStream()
@Stability(value=Stable) static CfnCluster.FirehoseProperty.Builder builder()
Copyright © 2022. All rights reserved.