# AWS::EMRServerless::Application InitialCapacityConfig ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{ "WorkerCount" : Integer, "WorkerConfiguration" : WorkerConfiguration }### YAML
WorkerCount: Integer WorkerConfiguration: WorkerConfiguration## Properties #### WorkerCount Initial count of workers to be initialized when an Application is started. This count will be continued to be maintained until the Application is stopped _Required_: Yes _Type_: Integer _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### WorkerConfiguration _Required_: Yes _Type_: WorkerConfiguration _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)