/dhall-aws-cloudformation/cloudformation/AWS::KafkaConnect::Connector/AutoScaling.dhall

Copy path to clipboard

Source

{ Type =
{ MaxWorkerCount : Integer
, McuCount : Integer
, MinWorkerCount : Integer
, ScaleInPolicy : (./ScaleInPolicy.dhall).Type
, ScaleOutPolicy : (./ScaleOutPolicy.dhall).Type
}
, default = {=}
}