AWS::EMRServerless::Application WorkerConfiguration - AWS CloudFormation

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 AWS 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