AWS::KafkaConnect::Connector ProvisionedCapacity - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::KafkaConnect::Connector ProvisionedCapacity

Details about a connector's provisioned capacity.

Syntax

To declare this entity in your Amazon 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