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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kafkaconnect.CfnConnectorProps
CfnConnectorProps.Builder, CfnConnectorProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnConnectorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConnectorProps.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
The connector's compute capacity settings.final Object
The configuration of the connector.final String
The description of the connector.final String
The name of the connector.final Object
The details of the Apache Kafka cluster to which the connector is connected.final Object
The type of client authentication used to connect to the Apache Kafka cluster.final Object
Details of encryption in transit to the Apache Kafka cluster.final String
The version of Kafka Connect.final Object
The settings for delivering connector logs to Amazon CloudWatch Logs.final Object
Specifies which plugin to use for the connector.final String
The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.getTags()
A collection of tags associated with a resource.final Object
The worker configurations that are in use with the connector.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 theCfnConnectorProps.Builder
.
-
-
Method Details
-
getCapacity
Description copied from interface:CfnConnectorProps
The connector's compute capacity settings.- Specified by:
getCapacity
in interfaceCfnConnectorProps
- See Also:
-
getConnectorConfiguration
Description copied from interface:CfnConnectorProps
The configuration of the connector.- Specified by:
getConnectorConfiguration
in interfaceCfnConnectorProps
- See Also:
-
getConnectorName
Description copied from interface:CfnConnectorProps
The name of the connector.- Specified by:
getConnectorName
in interfaceCfnConnectorProps
- See Also:
-
getKafkaCluster
Description copied from interface:CfnConnectorProps
The details of the Apache Kafka cluster to which the connector is connected.- Specified by:
getKafkaCluster
in interfaceCfnConnectorProps
- See Also:
-
getKafkaClusterClientAuthentication
Description copied from interface:CfnConnectorProps
The type of client authentication used to connect to the Apache Kafka cluster.The value is NONE when no client authentication is used.
- Specified by:
getKafkaClusterClientAuthentication
in interfaceCfnConnectorProps
- See Also:
-
getKafkaClusterEncryptionInTransit
Description copied from interface:CfnConnectorProps
Details of encryption in transit to the Apache Kafka cluster.- Specified by:
getKafkaClusterEncryptionInTransit
in interfaceCfnConnectorProps
- See Also:
-
getKafkaConnectVersion
Description copied from interface:CfnConnectorProps
The version of Kafka Connect.It has to be compatible with both the Apache Kafka cluster's version and the plugins.
- Specified by:
getKafkaConnectVersion
in interfaceCfnConnectorProps
- See Also:
-
getPlugins
Description copied from interface:CfnConnectorProps
Specifies 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:
getPlugins
in interfaceCfnConnectorProps
- See Also:
-
getServiceExecutionRoleArn
Description copied from interface:CfnConnectorProps
The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.- Specified by:
getServiceExecutionRoleArn
in interfaceCfnConnectorProps
- See Also:
-
getConnectorDescription
Description copied from interface:CfnConnectorProps
The description of the connector.- Specified by:
getConnectorDescription
in interfaceCfnConnectorProps
- See Also:
-
getLogDelivery
Description copied from interface:CfnConnectorProps
The settings for delivering connector logs to Amazon CloudWatch Logs.- Specified by:
getLogDelivery
in interfaceCfnConnectorProps
- See Also:
-
getTags
Description copied from interface:CfnConnectorProps
A collection of tags associated with a resource.- Specified by:
getTags
in interfaceCfnConnectorProps
- See Also:
-
getWorkerConfiguration
Description copied from interface:CfnConnectorProps
The worker configurations that are in use with the connector.- Specified by:
getWorkerConfiguration
in interfaceCfnConnectorProps
- 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()
-