AWS::EMRServerless::Application MaximumAllowedResources - 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 MaximumAllowedResources

The maximum allowed cumulative resources for an application. No new resources will be created once the limit is hit.

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

The maximum allowed CPU for an application.

Required: Yes

Type: String

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

Minimum: 1

Maximum: 15

Update requires: Some interruptions

Disk

The maximum allowed disk for an application.

Required: No

Type: String

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

Minimum: 1

Maximum: 15

Update requires: Some interruptions

Memory

The maximum allowed resources for an application.

Required: Yes

Type: String

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

Minimum: 1

Maximum: 15

Update requires: Some interruptions