Package software.amazon.awscdk.services.kafkaconnect
AWS::KafkaConnect Construct Library
---
AWS CDK v1 has reached End-of-Support on 2023-06-01. This package is no longer being updated, and users should migrate to AWS CDK v2.
For more information on how to migrate, see the Migrating to AWS CDK v2 guide.
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.)
Deprecated: AWS CDK v1 has reached End-of-Support on 2023-06-01. This package is no longer being updated, and users should migrate to AWS CDK v2. For more information on how to migrate, see https://docs.aws.amazon.com/cdk/v2/guide/migrating-v2.html
-
ClassDescriptionA CloudFormation
AWS::KafkaConnect::Connector
.The details of the Apache Kafka cluster to which the connector is connected.A builder forCfnConnector.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