Class CfnConnectorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kafkaconnect.CfnConnectorProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnConnectorProps
@Stability(Stable)
@Internal
public static final class CfnConnectorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConnectorProps
An implementation for
CfnConnectorProps-
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.services.kafkaconnect.CfnConnectorProps
CfnConnectorProps.Builder, CfnConnectorProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnConnectorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConnectorProps.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 ObjectThe connector's compute capacity settings.final ObjectThe configuration of the connector.final StringThe description of the connector.final StringThe name of the connector.final ObjectThe details of the Apache Kafka cluster to which the connector is connected.final ObjectThe type of client authentication used to connect to the Apache Kafka cluster.final ObjectDetails of encryption in transit to the Apache Kafka cluster.final StringThe version of Kafka Connect.final ObjectThe settings for delivering connector logs to Amazon CloudWatch Logs.final ObjectSpecifies which plugin to use for the connector.final StringThe Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.final ObjectThe worker configurations that are in use with the connector.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 theCfnConnectorProps.Builder.
-
-
Method Details
-
getCapacity
Description copied from interface:CfnConnectorPropsThe connector's compute capacity settings.- Specified by:
getCapacityin interfaceCfnConnectorProps
-
getConnectorConfiguration
Description copied from interface:CfnConnectorPropsThe configuration of the connector.- Specified by:
getConnectorConfigurationin interfaceCfnConnectorProps
-
getConnectorName
Description copied from interface:CfnConnectorPropsThe name of the connector.- Specified by:
getConnectorNamein interfaceCfnConnectorProps
-
getKafkaCluster
Description copied from interface:CfnConnectorPropsThe details of the Apache Kafka cluster to which the connector is connected.- Specified by:
getKafkaClusterin interfaceCfnConnectorProps
-
getKafkaClusterClientAuthentication
Description copied from interface:CfnConnectorPropsThe type of client authentication used to connect to the Apache Kafka cluster.The value is NONE when no client authentication is used.
- Specified by:
getKafkaClusterClientAuthenticationin interfaceCfnConnectorProps
-
getKafkaClusterEncryptionInTransit
Description copied from interface:CfnConnectorPropsDetails of encryption in transit to the Apache Kafka cluster.- Specified by:
getKafkaClusterEncryptionInTransitin interfaceCfnConnectorProps
-
getKafkaConnectVersion
Description copied from interface:CfnConnectorPropsThe version of Kafka Connect.It has to be compatible with both the Apache Kafka cluster's version and the plugins.
- Specified by:
getKafkaConnectVersionin interfaceCfnConnectorProps
-
getPlugins
Description copied from interface:CfnConnectorPropsSpecifies which plugin to use for the connector.You must specify a single-element list. Amazon MSK Connect does not currently support specifying multiple plugins.
- Specified by:
getPluginsin interfaceCfnConnectorProps
-
getServiceExecutionRoleArn
Description copied from interface:CfnConnectorPropsThe Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.- Specified by:
getServiceExecutionRoleArnin interfaceCfnConnectorProps
-
getConnectorDescription
Description copied from interface:CfnConnectorPropsThe description of the connector.- Specified by:
getConnectorDescriptionin interfaceCfnConnectorProps
-
getLogDelivery
Description copied from interface:CfnConnectorPropsThe settings for delivering connector logs to Amazon CloudWatch Logs.- Specified by:
getLogDeliveryin interfaceCfnConnectorProps
-
getWorkerConfiguration
Description copied from interface:CfnConnectorPropsThe worker configurations that are in use with the connector.- Specified by:
getWorkerConfigurationin interfaceCfnConnectorProps
-
$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()
-