See: Description
Interface | Description |
---|---|
CfnConnector.ApacheKafkaClusterProperty |
The details of the Apache Kafka cluster to which the connector is connected.
|
CfnConnector.AutoScalingProperty |
Specifies how the connector scales.
|
CfnConnector.CapacityProperty |
Information about the capacity of the connector, whether it is auto scaled or provisioned.
|
CfnConnector.CloudWatchLogsLogDeliveryProperty |
The settings for delivering connector logs to Amazon CloudWatch Logs.
|
CfnConnector.CustomPluginProperty |
A plugin is an AWS resource that contains the code that defines a connector's logic.
|
CfnConnector.FirehoseLogDeliveryProperty |
The settings for delivering logs to Amazon Kinesis Data Firehose.
|
CfnConnector.KafkaClusterClientAuthenticationProperty |
The client authentication information used in order to authenticate with the Apache Kafka cluster.
|
CfnConnector.KafkaClusterEncryptionInTransitProperty |
Details of encryption in transit to the Apache Kafka cluster.
|
CfnConnector.KafkaClusterProperty |
The details of the Apache Kafka cluster to which the connector is connected.
|
CfnConnector.LogDeliveryProperty |
Details about log delivery.
|
CfnConnector.PluginProperty |
A plugin is an AWS resource that contains the code that defines your connector logic.
|
CfnConnector.ProvisionedCapacityProperty |
Details about a connector's provisioned capacity.
|
CfnConnector.S3LogDeliveryProperty |
Details about delivering logs to Amazon S3.
|
CfnConnector.ScaleInPolicyProperty |
The scale-in policy for the connector.
|
CfnConnector.ScaleOutPolicyProperty |
The scale-out policy for the connector.
|
CfnConnector.VpcProperty |
Information about the VPC in which the connector resides.
|
CfnConnector.WorkerConfigurationProperty |
The configuration of the workers, which are the processes that run the connector logic.
|
CfnConnector.WorkerLogDeliveryProperty |
Workers can send worker logs to different destination types.
|
CfnConnectorProps |
Properties for defining a `CfnConnector`.
|
---
All classes with the
Cfn
prefix in this module (CFN Resources) are always stable and safe to use.
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:
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.)