@Stability(value=Stable) @Internal public static final class CfnConnectorProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConnectorProps
CfnConnectorPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnConnectorProps.Builder, CfnConnectorProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnConnectorProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnConnectorProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getCapacity()
The connector's compute capacity settings.
|
Object |
getConnectorConfiguration()
The configuration of the connector.
|
String |
getConnectorDescription()
The description of the connector.
|
String |
getConnectorName()
The name of the connector.
|
Object |
getKafkaCluster()
The details of the Apache Kafka cluster to which the connector is connected.
|
Object |
getKafkaClusterClientAuthentication()
The type of client authentication used to connect to the Apache Kafka cluster.
|
Object |
getKafkaClusterEncryptionInTransit()
Details of encryption in transit to the Apache Kafka cluster.
|
String |
getKafkaConnectVersion()
The version of Kafka Connect.
|
Object |
getLogDelivery()
The settings for delivering connector logs to Amazon CloudWatch Logs.
|
Object |
getPlugins()
Specifies which plugin to use for the connector.
|
String |
getServiceExecutionRoleArn()
The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.
|
Object |
getWorkerConfiguration()
The worker configurations that are in use with the connector.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnConnectorProps.Builder builder)
CfnConnectorProps.Builder.public final Object getCapacity()
CfnConnectorPropsgetCapacity in interface CfnConnectorPropspublic final Object getConnectorConfiguration()
CfnConnectorPropsgetConnectorConfiguration in interface CfnConnectorPropspublic final String getConnectorName()
CfnConnectorPropsgetConnectorName in interface CfnConnectorPropspublic final Object getKafkaCluster()
CfnConnectorPropsgetKafkaCluster in interface CfnConnectorPropspublic final Object getKafkaClusterClientAuthentication()
CfnConnectorPropsThe value is NONE when no client authentication is used.
getKafkaClusterClientAuthentication in interface CfnConnectorPropspublic final Object getKafkaClusterEncryptionInTransit()
CfnConnectorPropsgetKafkaClusterEncryptionInTransit in interface CfnConnectorPropspublic final String getKafkaConnectVersion()
CfnConnectorPropsIt has to be compatible with both the Apache Kafka cluster's version and the plugins.
getKafkaConnectVersion in interface CfnConnectorPropspublic final Object getPlugins()
CfnConnectorPropsYou must specify a single-element list. Amazon MSK Connect does not currently support specifying multiple plugins.
getPlugins in interface CfnConnectorPropspublic final String getServiceExecutionRoleArn()
CfnConnectorPropsgetServiceExecutionRoleArn in interface CfnConnectorPropspublic final String getConnectorDescription()
CfnConnectorPropsgetConnectorDescription in interface CfnConnectorPropspublic final Object getLogDelivery()
CfnConnectorPropsgetLogDelivery in interface CfnConnectorPropspublic final Object getWorkerConfiguration()
CfnConnectorPropsgetWorkerConfiguration in interface CfnConnectorProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.