Class CfnConnectorProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConnectorProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConnectorProps
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.getTags()A collection of tags associated with a resource.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.Returns union: either
IResolvableorCfnConnector.CapacityProperty- Specified by:
getCapacityin interfaceCfnConnectorProps- See Also:
-
getConnectorConfiguration
Description copied from interface:CfnConnectorPropsThe configuration of the connector.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getConnectorConfigurationin interfaceCfnConnectorProps- See Also:
-
getConnectorName
Description copied from interface:CfnConnectorPropsThe name of the connector.The connector name must be unique and can include up to 128 characters. Valid characters you can include in a connector name are: a-z, A-Z, 0-9, and -.
- Specified by:
getConnectorNamein interfaceCfnConnectorProps- See Also:
-
getKafkaCluster
Description copied from interface:CfnConnectorPropsThe details of the Apache Kafka cluster to which the connector is connected.Returns union: either
IResolvableorCfnConnector.KafkaClusterProperty- Specified by:
getKafkaClusterin interfaceCfnConnectorProps- See Also:
-
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.
Returns union: either
IResolvableorCfnConnector.KafkaClusterClientAuthenticationProperty- Specified by:
getKafkaClusterClientAuthenticationin interfaceCfnConnectorProps- See Also:
-
getKafkaClusterEncryptionInTransit
Description copied from interface:CfnConnectorPropsDetails of encryption in transit to the Apache Kafka cluster.Returns union: either
IResolvableorCfnConnector.KafkaClusterEncryptionInTransitProperty- Specified by:
getKafkaClusterEncryptionInTransitin interfaceCfnConnectorProps- See Also:
-
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- See Also:
-
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.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnConnector.PluginProperty>- Specified by:
getPluginsin interfaceCfnConnectorProps- See Also:
-
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- See Also:
-
getConnectorDescription
Description copied from interface:CfnConnectorPropsThe description of the connector.- Specified by:
getConnectorDescriptionin interfaceCfnConnectorProps- See Also:
-
getLogDelivery
Description copied from interface:CfnConnectorPropsThe settings for delivering connector logs to Amazon CloudWatch Logs.Returns union: either
IResolvableorCfnConnector.LogDeliveryProperty- Specified by:
getLogDeliveryin interfaceCfnConnectorProps- See Also:
-
getTags
Description copied from interface:CfnConnectorPropsA collection of tags associated with a resource.- Specified by:
getTagsin interfaceCfnConnectorProps- See Also:
-
getWorkerConfiguration
Description copied from interface:CfnConnectorPropsThe worker configurations that are in use with the connector.Returns union: either
IResolvableorCfnConnector.WorkerConfigurationProperty- Specified by:
getWorkerConfigurationin interfaceCfnConnectorProps- 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()
-