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 WorkerConfiguration property type specifies Property description not available. for an AWS::EMRServerless::Application.

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

Property description not available.

Required: Yes

Type: String

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

Minimum: 1

Maximum: 15

Update requires: Some interruptions

Disk

Property description not available.

Required: No

Type: String

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

Minimum: 1

Maximum: 15

Update requires: Some interruptions

Memory

Property description not available.

Required: Yes

Type: String

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

Minimum: 1

Maximum: 15

Update requires: Some interruptions