AWS::KafkaConnect::Connector ProvisionedCapacity
Details about a connector's provisioned capacity.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "McuCount" :
Integer
, "WorkerCount" :Integer
}
YAML
McuCount:
Integer
WorkerCount:Integer
Properties
McuCount
-
The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.
Required: No
Type: Integer
Allowed values:
1 | 2 | 4 | 8
Update requires: No interruption
WorkerCount
-
The number of workers that are allocated to the connector.
Required: Yes
Type: Integer
Minimum:
1
Maximum:
10
Update requires: No interruption