MaximumAllowedResources - Amazon EMR Serverless
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).

MaximumAllowedResources

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

Contents

cpu

The maximum allowed CPU for an application.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 15.

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

Required: Yes

memory

The maximum allowed resources for an application.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 15.

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

Required: Yes

disk

The maximum allowed disk for an application.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 15.

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

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: