Package software.amazon.awscdk.services.kafkaconnect
package software.amazon.awscdk.services.kafkaconnect
AWS::KafkaConnect Construct Library
This module is part of the AWS Cloud Development Kit project.
import software.amazon.awscdk.services.kafkaconnect.*;
There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:
- Search Construct Hub for KafkaConnect construct libraries
- Use the automatically generated L1 constructs, in the same way you would use the CloudFormation AWS::KafkaConnect resources directly.
There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.
For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::KafkaConnect.
(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)
-
ClassDescriptionCreates a connector using the specified properties.The details of the Apache Kafka cluster to which the connector is connected.A builder for
CfnConnector.ApacheKafkaClusterProperty
An implementation forCfnConnector.ApacheKafkaClusterProperty
Specifies how the connector scales.A builder forCfnConnector.AutoScalingProperty
An implementation forCfnConnector.AutoScalingProperty
A fluent builder forCfnConnector
.Information about the capacity of the connector, whether it is auto scaled or provisioned.A builder forCfnConnector.CapacityProperty
An implementation forCfnConnector.CapacityProperty
The settings for delivering connector logs to Amazon CloudWatch Logs.A builder forCfnConnector.CloudWatchLogsLogDeliveryProperty
An implementation forCfnConnector.CloudWatchLogsLogDeliveryProperty
A plugin is an AWS resource that contains the code that defines a connector's logic.A builder forCfnConnector.CustomPluginProperty
An implementation forCfnConnector.CustomPluginProperty
The settings for delivering logs to Amazon Kinesis Data Firehose.A builder forCfnConnector.FirehoseLogDeliveryProperty
An implementation forCfnConnector.FirehoseLogDeliveryProperty
The client authentication information used in order to authenticate with the Apache Kafka cluster.A builder forCfnConnector.KafkaClusterClientAuthenticationProperty
An implementation forCfnConnector.KafkaClusterClientAuthenticationProperty
Details of encryption in transit to the Apache Kafka cluster.A builder forCfnConnector.KafkaClusterEncryptionInTransitProperty
An implementation forCfnConnector.KafkaClusterEncryptionInTransitProperty
The details of the Apache Kafka cluster to which the connector is connected.A builder forCfnConnector.KafkaClusterProperty
An implementation forCfnConnector.KafkaClusterProperty
Details about log delivery.A builder forCfnConnector.LogDeliveryProperty
An implementation forCfnConnector.LogDeliveryProperty
A plugin is an AWS resource that contains the code that defines your connector logic.A builder forCfnConnector.PluginProperty
An implementation forCfnConnector.PluginProperty
Details about a connector's provisioned capacity.A builder forCfnConnector.ProvisionedCapacityProperty
An implementation forCfnConnector.ProvisionedCapacityProperty
Details about delivering logs to Amazon S3.A builder forCfnConnector.S3LogDeliveryProperty
An implementation forCfnConnector.S3LogDeliveryProperty
The scale-in policy for the connector.A builder forCfnConnector.ScaleInPolicyProperty
An implementation forCfnConnector.ScaleInPolicyProperty
The scale-out policy for the connector.A builder forCfnConnector.ScaleOutPolicyProperty
An implementation forCfnConnector.ScaleOutPolicyProperty
Information about the VPC in which the connector resides.A builder forCfnConnector.VpcProperty
An implementation forCfnConnector.VpcProperty
The configuration of the workers, which are the processes that run the connector logic.A builder forCfnConnector.WorkerConfigurationProperty
An implementation forCfnConnector.WorkerConfigurationProperty
Workers can send worker logs to different destination types.A builder forCfnConnector.WorkerLogDeliveryProperty
An implementation forCfnConnector.WorkerLogDeliveryProperty
Properties for defining aCfnConnector
.A builder forCfnConnectorProps
An implementation forCfnConnectorProps
Creates a custom plugin using the specified properties.A fluent builder forCfnCustomPlugin
.Details about a custom plugin file.A builder forCfnCustomPlugin.CustomPluginFileDescriptionProperty
An implementation forCfnCustomPlugin.CustomPluginFileDescriptionProperty
Information about the location of a custom plugin.A builder forCfnCustomPlugin.CustomPluginLocationProperty
An implementation forCfnCustomPlugin.CustomPluginLocationProperty
The location of an object in Amazon S3.A builder forCfnCustomPlugin.S3LocationProperty
An implementation forCfnCustomPlugin.S3LocationProperty
Properties for defining aCfnCustomPlugin
.A builder forCfnCustomPluginProps
An implementation forCfnCustomPluginProps
Creates a worker configuration using the specified properties.A fluent builder forCfnWorkerConfiguration
.Properties for defining aCfnWorkerConfiguration
.A builder forCfnWorkerConfigurationProps
An implementation forCfnWorkerConfigurationProps