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 AWS CloudFormation template, use the following syntax:
Properties
Cpu
-
The maximum allowed CPU for an application.
Minimum: 1
Maximum: 15
Pattern:
^[1-9][0-9]*(\\s)?(vCPU|vcpu|VCPU)?$
Required: Yes
Type: String
Update requires: No interruption
Disk
-
The maximum allowed disk for an application.
Minimum: 1
Maximum: 15
Pattern:
^[1-9][0-9]*(\\s)?(GB|gb|gB|Gb)$"
Required: No
Type: String
Update requires: No interruption
Memory
-
The maximum allowed resources for an application.
Minimum: 1
Maximum: 15
Pattern:
^[1-9][0-9]*(\\s)?(GB|gb|gB|Gb)?$
Required: Yes
Type: String
Update requires: No interruption