# AWS::EMRServerless::Application WorkerConfiguration ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Cpu" : String,
    "Memory" : String,
    "Disk" : String
}
### YAML
Cpu: String
Memory: String
Disk: String
## Properties #### Cpu Per worker CPU resource. vCPU is the only supported unit and specifying vCPU is optional. _Required_: Yes _Type_: String _Minimum_: 1 _Maximum_: 15 _Pattern_: ^[1-9][0-9]*(\s)?(vCPU|vcpu|VCPU)?$ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Memory Per worker memory resource. GB is the only supported unit and specifying GB is optional. _Required_: Yes _Type_: String _Minimum_: 1 _Maximum_: 15 _Pattern_: ^[1-9][0-9]*(\s)?(GB|gb|gB|Gb)?$ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Disk Per worker Disk resource. GB is the only supported unit and specifying GB is optional _Required_: No _Type_: String _Minimum_: 1 _Maximum_: 15 _Pattern_: ^[1-9][0-9]*(\s)?(GB|gb|gB|Gb)$ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)