Class CfnConnectorPropsMixin.WorkerLogDeliveryProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.kafkaconnect.CfnConnectorPropsMixin.WorkerLogDeliveryProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorPropsMixin.WorkerLogDeliveryProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectorPropsMixin.WorkerLogDeliveryProperty
@Stability(Stable)
@Internal
public static final class CfnConnectorPropsMixin.WorkerLogDeliveryProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorPropsMixin.WorkerLogDeliveryProperty
An implementation for
CfnConnectorPropsMixin.WorkerLogDeliveryProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.kafkaconnect.CfnConnectorPropsMixin.WorkerLogDeliveryProperty
CfnConnectorPropsMixin.WorkerLogDeliveryProperty.Builder, CfnConnectorPropsMixin.WorkerLogDeliveryProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConnectorPropsMixin.WorkerLogDeliveryProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectDetails about delivering logs to Amazon CloudWatch Logs.final ObjectDetails about delivering logs to Amazon Kinesis Data Firehose.final ObjectgetS3()Details about delivering logs to Amazon S3.final inthashCode()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 theCfnConnectorPropsMixin.WorkerLogDeliveryProperty.Builder.
-
-
Method Details
-
getCloudWatchLogs
Description copied from interface:CfnConnectorPropsMixin.WorkerLogDeliveryPropertyDetails about delivering logs to Amazon CloudWatch Logs.Returns union: either
IResolvableorCfnConnectorPropsMixin.CloudWatchLogsLogDeliveryProperty- Specified by:
getCloudWatchLogsin interfaceCfnConnectorPropsMixin.WorkerLogDeliveryProperty- See Also:
-
getFirehose
Description copied from interface:CfnConnectorPropsMixin.WorkerLogDeliveryPropertyDetails about delivering logs to Amazon Kinesis Data Firehose.Returns union: either
IResolvableorCfnConnectorPropsMixin.FirehoseLogDeliveryProperty- Specified by:
getFirehosein interfaceCfnConnectorPropsMixin.WorkerLogDeliveryProperty- See Also:
-
getS3
Description copied from interface:CfnConnectorPropsMixin.WorkerLogDeliveryPropertyDetails about delivering logs to Amazon S3.Returns union: either
IResolvableorCfnConnectorPropsMixin.S3LogDeliveryProperty- Specified by:
getS3in interfaceCfnConnectorPropsMixin.WorkerLogDeliveryProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-