AWS::EMRServerless::Application WorkerConfiguration

The resource configuration of the initial capacity configuration.

Syntax

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

JSON

{ "Cpu" : String, "Disk" : String, "Memory" : String }

YAML

Cpu: String Disk: String Memory: String

Properties

Cpu

Minimum: 1

Maximum: 15

Pattern: ^[1-9][0-9]*(\\s)?(vCPU|vcpu|VCPU)?$

Required: Yes

Type: String

Update requires: No interruption

Disk

Minimum: 1

Maximum: 15

Pattern: ^[1-9][0-9]*(\\s)?(GB|gb|gB|Gb)$"

Required: No

Type: String

Update requires: No interruption

Memory

Minimum: 1

Maximum: 15

Pattern: ^[1-9][0-9]*(\\s)?(GB|gb|gB|Gb)?$

Required: Yes

Type: String

Update requires: No interruption