/dhall-aws-cloudformation/cloudformation/AWS::KafkaConnect::Connector/AutoScaling.dhall
Copy path to clipboardSource
{ Type =
{ MaxWorkerCount : Integer
, McuCount : Integer
, MinWorkerCount : Integer
, ScaleInPolicy : (./ScaleInPolicy.dhall).Type
, ScaleOutPolicy : (./ScaleOutPolicy.dhall).Type
}
, default = {=}
}