public static interface CfnCluster.FirehoseProperty
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 java.lang.String |
getDeliveryStream()
The Kinesis Data Firehose delivery stream that is the destination for broker logs.
|
java.lang.Object |
getEnabled()
Specifies whether broker logs get sent to the specified Kinesis Data Firehose delivery stream.
|
java.lang.Object getEnabled()
default java.lang.String getDeliveryStream()
static CfnCluster.FirehoseProperty.Builder builder()