ConnectorArgs

constructor(capacity: Output<ConnectorCapacityArgs>? = null, connectorConfiguration: Output<Map<String, String>>? = null, connectorDescription: Output<String>? = null, connectorName: Output<String>? = null, kafkaCluster: Output<ConnectorKafkaClusterArgs>? = null, kafkaClusterClientAuthentication: Output<ConnectorKafkaClusterClientAuthenticationArgs>? = null, kafkaClusterEncryptionInTransit: Output<ConnectorKafkaClusterEncryptionInTransitArgs>? = null, kafkaConnectVersion: Output<String>? = null, logDelivery: Output<ConnectorLogDeliveryArgs>? = null, plugins: Output<List<ConnectorPluginArgs>>? = null, serviceExecutionRoleArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null, workerConfiguration: Output<ConnectorWorkerConfigurationArgs>? = null)