interface ProvisionedCapacityProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.KafkaConnect.CfnConnector.ProvisionedCapacityProperty |
![]() | software.amazon.awscdk.services.kafkaconnect.CfnConnector.ProvisionedCapacityProperty |
![]() | aws_cdk.aws_kafkaconnect.CfnConnector.ProvisionedCapacityProperty |
![]() | @aws-cdk/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 * as kafkaconnect from '@aws-cdk/aws-kafkaconnect';
const provisionedCapacityProperty: kafkaconnect.CfnConnector.ProvisionedCapacityProperty = {
workerCount: 123,
// the properties below are optional
mcuCount: 123,
};
Properties
Name | Type | Description |
---|---|---|
worker | number | The number of workers that are allocated to the connector. |
mcu | number | The 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.