Creates an application.
Request body
The name of the application.
The Amazon EMR release associated with the application.
The type of application you want to start, such as Spark or Hive.
The client idempotency token of the application to create. Its value must be unique for each request.
The capacity to initialize when the application is created.
The tags assigned to the application.
The CPU architecture of an application.
The key-value pairs that specify worker type to <code>WorkerTypeSpecificationInput</code>. This parameter must contain all valid worker types for a Spark or Hive application. Valid worker types include <code>Driver</code> and <code>Executor</code> for Spark applications and <code>HiveDriver</code> and <code>TezTask</code> for Hive applications. You can either set image details in this parameter for each worker type, or in <code>imageConfiguration</code> for all worker types.
Response
Success
The output contains the application ID.
The output contains the name of the application.
The output contains the ARN of the application.