Application

Information about an application. Amazon EMR Serverless uses applications to run jobs.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the application.

Link copied to clipboard

The CPU architecture of an application.

Link copied to clipboard
val arn: String

The ARN of the application.

Link copied to clipboard

The configuration for an application to automatically start on job submission.

Link copied to clipboard

The configuration for an application to automatically stop after a certain amount of time being idle.

Link copied to clipboard

The date and time when the application run was created.

Link copied to clipboard

The image configuration applied to all worker types.

Link copied to clipboard

The initial capacity of the application.

Link copied to clipboard

The maximum capacity of the application. This is cumulative across all workers at any given point in time during the lifespan of the application is created. No new resources will be created once any one of the defined limits is hit.

Link copied to clipboard

The configuration setting for monitoring.

Link copied to clipboard
val name: String?

The name of the application.

Link copied to clipboard

The network configuration for customer VPC connectivity for the application.

Link copied to clipboard

The Amazon EMR release associated with the application.

Link copied to clipboard

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.

Link copied to clipboard

The state of the application.

Link copied to clipboard

The state details of the application.

Link copied to clipboard

The tags assigned to the application.

Link copied to clipboard

The type of application, such as Spark or Hive.

Link copied to clipboard

The date and time when the application run was last updated.

Link copied to clipboard

The specification applied to each worker type.

Functions

Link copied to clipboard
inline fun copy(block: Application.Builder.() -> Unit = {}): Application
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String