public static final class CfnCluster.BrokerLogsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCluster.BrokerLogsProperty
CfnCluster.BrokerLogsProperty
CfnCluster.BrokerLogsProperty.Builder, CfnCluster.BrokerLogsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getCloudWatchLogs()
Details of the CloudWatch Logs destination for broker logs.
|
java.lang.Object |
getFirehose()
Details of the Kinesis Data Firehose delivery stream that is the destination for broker logs.
|
java.lang.Object |
getS3()
Details of the Amazon MSK destination for broker logs.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getCloudWatchLogs()
CfnCluster.BrokerLogsProperty
getCloudWatchLogs
in interface CfnCluster.BrokerLogsProperty
public final java.lang.Object getFirehose()
CfnCluster.BrokerLogsProperty
getFirehose
in interface CfnCluster.BrokerLogsProperty
public final java.lang.Object getS3()
CfnCluster.BrokerLogsProperty
getS3
in interface CfnCluster.BrokerLogsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()