Application
Resource schema for AWS::EMRServerless::Application Type
Properties
The ID of the EMR Serverless Application.
The CPU architecture of an application.
Configuration for Auto Start of Application.
Configuration for Auto Stop of Application.
The image configuration applied to all worker types.
Initial capacity initialized when an Application is started.
The interactive configuration object that enables the interactive use cases for an application.
Maximum allowed cumulative resources for an Application. No new resources will be created once the limit is hit.
A configuration specification to be used when provisioning an application. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.
Network Configuration for customer VPC connectivity.
EMR release label.
The Configuration specifications of an application. Each configuration consists of a classification and properties. You use this parameter when creating or updating an application. To see the runtimeConfiguration object of an application, run the GetApplication API operation.
The key-value pairs that specify worker type to WorkerTypeSpecificationInput. This parameter must contain all valid worker types for a Spark or Hive application. Valid worker types include Driver and Executor for Spark applications and HiveDriver and TezTask for Hive applications. You can either set image details in this parameter for each worker type, or in imageConfiguration for all worker types.