aws-cdk-lib.aws_kafkaconnect.CfnConnector.ProvisionedCapacityProperty

interface ProvisionedCapacityProperty

LanguageType name
.NETAmazon.CDK.AWS.KafkaConnect.CfnConnector.ProvisionedCapacityProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskafkaconnect#CfnConnector_ProvisionedCapacityProperty
Javasoftware.amazon.awscdk.services.kafkaconnect.CfnConnector.ProvisionedCapacityProperty
Pythonaws_cdk.aws_kafkaconnect.CfnConnector.ProvisionedCapacityProperty
TypeScript aws-cdk-lib » aws_kafkaconnect » CfnConnector » ProvisionedCapacityProperty

Details about a connector's provisioned capacity.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kafkaconnect as kafkaconnect } from 'aws-cdk-lib';
const provisionedCapacityProperty: kafkaconnect.CfnConnector.ProvisionedCapacityProperty = {
  workerCount: 123,

  // the properties below are optional
  mcuCount: 123,
};

Properties

NameTypeDescription
workerCountnumberThe number of workers that are allocated to the connector.
mcuCount?numberThe number of microcontroller units (MCUs) allocated to each connector worker.

workerCount

Type: number

The number of workers that are allocated to the connector.


mcuCount?

Type: number (optional)

The number of microcontroller units (MCUs) allocated to each connector worker.

The valid values are 1,2,4,8.