AWS::EMRServerless::Application WorkerConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::EMRServerless::Application WorkerConfiguration

The resource configuration of the initial capacity configuration.

Syntax

To declare this entity in your Amazon 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