AWS::KafkaConnect::Connector AutoScaling - 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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::KafkaConnect::Connector AutoScaling

Specifies how the connector scales.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "MaxWorkerCount" : Integer, "McuCount" : Integer, "MinWorkerCount" : Integer, "ScaleInPolicy" : ScaleInPolicy, "ScaleOutPolicy" : ScaleOutPolicy }

Properties

MaxWorkerCount

The maximum number of workers allocated to the connector.

Required: Yes

Type: Integer

Update requires: No interruption

McuCount

The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.

Required: Yes

Type: Integer

Allowed values: 1 | 2 | 4 | 8

Update requires: No interruption

MinWorkerCount

The minimum number of workers allocated to the connector.

Required: Yes

Type: Integer

Update requires: No interruption

ScaleInPolicy

The sacle-in policy for the connector.

Required: Yes

Type: ScaleInPolicy

Update requires: No interruption

ScaleOutPolicy

The sacle-out policy for the connector.

Required: Yes

Type: ScaleOutPolicy

Update requires: No interruption