Class CfnCluster.FirehoseProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.msk.CfnCluster.FirehoseProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.FirehoseProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCluster.FirehoseProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.FirehoseProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.FirehoseProperty
An implementation for
CfnCluster.FirehoseProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.msk.CfnCluster.FirehoseProperty
CfnCluster.FirehoseProperty.Builder, CfnCluster.FirehoseProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCluster.FirehoseProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The Kinesis Data Firehose delivery stream that is the destination for broker logs.final Object
Specifies whether broker logs get send to the specified Kinesis Data Firehose delivery stream.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCluster.FirehoseProperty.Builder
.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnCluster.FirehoseProperty
Specifies whether broker logs get send to the specified Kinesis Data Firehose delivery stream.- Specified by:
getEnabled
in interfaceCfnCluster.FirehoseProperty
-
getDeliveryStream
Description copied from interface:CfnCluster.FirehoseProperty
The Kinesis Data Firehose delivery stream that is the destination for broker logs.- Specified by:
getDeliveryStream
in interfaceCfnCluster.FirehoseProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-