| Package | Description |
|---|---|
| software.amazon.awscdk.services.kafkaconnect |
AWS::KafkaConnect Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnConnector.Builder |
CfnConnector.Builder.capacity(CfnConnector.CapacityProperty capacity)
The connector's compute capacity settings.
|
CfnConnector.Builder |
CfnConnector.Builder.capacity(IResolvable capacity)
The connector's compute capacity settings.
|
CfnConnector.Builder |
CfnConnector.Builder.connectorConfiguration(IResolvable connectorConfiguration)
The configuration of the connector.
|
CfnConnector.Builder |
CfnConnector.Builder.connectorConfiguration(Map<String,String> connectorConfiguration)
The configuration of the connector.
|
CfnConnector.Builder |
CfnConnector.Builder.connectorDescription(String connectorDescription)
The description of the connector.
|
CfnConnector.Builder |
CfnConnector.Builder.connectorName(String connectorName)
The name of the connector.
|
static CfnConnector.Builder |
CfnConnector.Builder.create(software.constructs.Construct scope,
String id) |
CfnConnector.Builder |
CfnConnector.Builder.kafkaCluster(CfnConnector.KafkaClusterProperty kafkaCluster)
The details of the Apache Kafka cluster to which the connector is connected.
|
CfnConnector.Builder |
CfnConnector.Builder.kafkaCluster(IResolvable kafkaCluster)
The details of the Apache Kafka cluster to which the connector is connected.
|
CfnConnector.Builder |
CfnConnector.Builder.kafkaClusterClientAuthentication(CfnConnector.KafkaClusterClientAuthenticationProperty kafkaClusterClientAuthentication)
The type of client authentication used to connect to the Apache Kafka cluster.
|
CfnConnector.Builder |
CfnConnector.Builder.kafkaClusterClientAuthentication(IResolvable kafkaClusterClientAuthentication)
The type of client authentication used to connect to the Apache Kafka cluster.
|
CfnConnector.Builder |
CfnConnector.Builder.kafkaClusterEncryptionInTransit(CfnConnector.KafkaClusterEncryptionInTransitProperty kafkaClusterEncryptionInTransit)
Details of encryption in transit to the Apache Kafka cluster.
|
CfnConnector.Builder |
CfnConnector.Builder.kafkaClusterEncryptionInTransit(IResolvable kafkaClusterEncryptionInTransit)
Details of encryption in transit to the Apache Kafka cluster.
|
CfnConnector.Builder |
CfnConnector.Builder.kafkaConnectVersion(String kafkaConnectVersion)
The version of Kafka Connect.
|
CfnConnector.Builder |
CfnConnector.Builder.logDelivery(CfnConnector.LogDeliveryProperty logDelivery)
The settings for delivering connector logs to Amazon CloudWatch Logs.
|
CfnConnector.Builder |
CfnConnector.Builder.logDelivery(IResolvable logDelivery)
The settings for delivering connector logs to Amazon CloudWatch Logs.
|
CfnConnector.Builder |
CfnConnector.Builder.plugins(IResolvable plugins)
Specifies which plugin to use for the connector.
|
CfnConnector.Builder |
CfnConnector.Builder.plugins(List<? extends Object> plugins)
Specifies which plugin to use for the connector.
|
CfnConnector.Builder |
CfnConnector.Builder.serviceExecutionRoleArn(String serviceExecutionRoleArn)
The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.
|
CfnConnector.Builder |
CfnConnector.Builder.workerConfiguration(CfnConnector.WorkerConfigurationProperty workerConfiguration)
The worker configurations that are in use with the connector.
|
CfnConnector.Builder |
CfnConnector.Builder.workerConfiguration(IResolvable workerConfiguration)
The worker configurations that are in use with the connector.
|
Copyright © 2022. All rights reserved.