Class CfnConnector.WorkerLogDeliveryProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kafkaconnect.CfnConnector.WorkerLogDeliveryProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnector.WorkerLogDeliveryProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnector.WorkerLogDeliveryProperty
@Stability(Stable)
@Internal
public static final class CfnConnector.WorkerLogDeliveryProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnector.WorkerLogDeliveryProperty
An implementation for
CfnConnector.WorkerLogDeliveryProperty
-
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.kafkaconnect.CfnConnector.WorkerLogDeliveryProperty
CfnConnector.WorkerLogDeliveryProperty.Builder, CfnConnector.WorkerLogDeliveryProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConnector.WorkerLogDeliveryProperty.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 Object
Details about delivering logs to Amazon CloudWatch Logs.final Object
Details about delivering logs to Amazon Kinesis Data Firehose.final Object
getS3()
Details about delivering logs to Amazon S3.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 theCfnConnector.WorkerLogDeliveryProperty.Builder
.
-
-
Method Details
-
getCloudWatchLogs
Description copied from interface:CfnConnector.WorkerLogDeliveryProperty
Details about delivering logs to Amazon CloudWatch Logs.- Specified by:
getCloudWatchLogs
in interfaceCfnConnector.WorkerLogDeliveryProperty
- See Also:
-
getFirehose
Description copied from interface:CfnConnector.WorkerLogDeliveryProperty
Details about delivering logs to Amazon Kinesis Data Firehose.- Specified by:
getFirehose
in interfaceCfnConnector.WorkerLogDeliveryProperty
- See Also:
-
getS3
Description copied from interface:CfnConnector.WorkerLogDeliveryProperty
Details about delivering logs to Amazon S3.- Specified by:
getS3
in interfaceCfnConnector.WorkerLogDeliveryProperty
- See Also:
-
$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()
-