Namespace Amazon.CDK.AWS.KafkaConnect
AWS::KafkaConnect Construct Library
This module is part of the AWS Cloud Development Kit project.
using Amazon.CDK.AWS.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.)
Classes
CfnConnector | Creates a connector using the specified properties. |
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 |
CfnCustomPlugin | Creates a custom plugin using the specified properties. |
CfnCustomPlugin.CustomPluginFileDescriptionProperty | Details about a custom plugin file. |
CfnCustomPlugin.CustomPluginLocationProperty | Information about the location of a custom plugin. |
CfnCustomPlugin.S3LocationProperty | The location of an object in Amazon S3. |
CfnCustomPluginProps | Properties for defining a |
CfnWorkerConfiguration | Creates a worker configuration using the specified properties. |
CfnWorkerConfigurationProps | Properties for defining a |
Interfaces
CfnConnector.IApacheKafkaClusterProperty | The details of the Apache Kafka cluster to which the connector is connected. |
CfnConnector.IAutoScalingProperty | Specifies how the connector scales. |
CfnConnector.ICapacityProperty | Information about the capacity of the connector, whether it is auto scaled or provisioned. |
CfnConnector.ICloudWatchLogsLogDeliveryProperty | The settings for delivering connector logs to Amazon CloudWatch Logs. |
CfnConnector.ICustomPluginProperty | A plugin is an AWS resource that contains the code that defines a connector's logic. |
CfnConnector.IFirehoseLogDeliveryProperty | The settings for delivering logs to Amazon Kinesis Data Firehose. |
CfnConnector.IKafkaClusterClientAuthenticationProperty | The client authentication information used in order to authenticate with the Apache Kafka cluster. |
CfnConnector.IKafkaClusterEncryptionInTransitProperty | Details of encryption in transit to the Apache Kafka cluster. |
CfnConnector.IKafkaClusterProperty | The details of the Apache Kafka cluster to which the connector is connected. |
CfnConnector.ILogDeliveryProperty | Details about log delivery. |
CfnConnector.IPluginProperty | A plugin is an AWS resource that contains the code that defines your connector logic. |
CfnConnector.IProvisionedCapacityProperty | Details about a connector's provisioned capacity. |
CfnConnector.IS3LogDeliveryProperty | Details about delivering logs to Amazon S3. |
CfnConnector.IScaleInPolicyProperty | The scale-in policy for the connector. |
CfnConnector.IScaleOutPolicyProperty | The scale-out policy for the connector. |
CfnConnector.IVpcProperty | Information about the VPC in which the connector resides. |
CfnConnector.IWorkerConfigurationProperty | The configuration of the workers, which are the processes that run the connector logic. |
CfnConnector.IWorkerLogDeliveryProperty | Workers can send worker logs to different destination types. |
CfnCustomPlugin.ICustomPluginFileDescriptionProperty | Details about a custom plugin file. |
CfnCustomPlugin.ICustomPluginLocationProperty | Information about the location of a custom plugin. |
CfnCustomPlugin.IS3LocationProperty | The location of an object in Amazon S3. |
ICfnConnectorProps | Properties for defining a |
ICfnCustomPluginProps | Properties for defining a |
ICfnWorkerConfigurationProps | Properties for defining a |