Builder

class Builder

Properties

Link copied to clipboard

The ID of the application.

Link copied to clipboard

The CPU architecture of an application.

Link copied to clipboard
var 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 IAM Identity Center configuration applied to enable trusted identity propagation.

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 interactive configuration object that enables the interactive use cases for an 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
var 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 scheduler configuration for batch and streaming jobs running on this application. Supported with release labels emr-7.0.0 and above.

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
var type: String?

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