Builder

class Builder

Properties

Link copied to clipboard

The CPU architecture of an 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 client idempotency token of the application to create. Its value must be unique for each request.

Link copied to clipboard

The IAM Identity Center Configuration accepts the Identity Center instance parameter required to enable trusted identity propagation. This configuration allows identity propagation between integrated services and the Identity Center instance.

Link copied to clipboard

The image configuration for all worker types. You can either set this parameter or imageConfiguration for each worker type in workerTypeSpecifications.

Link copied to clipboard

The capacity to initialize when the application is created.

Link copied to clipboard

The interactive configuration object that enables the interactive use cases to use when running an application.

Link copied to clipboard

The maximum capacity to allocate when the application is created. This is cumulative across all workers at any given point in time, not just when an 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.

Link copied to clipboard

The Amazon EMR release associated with the application.

Link copied to clipboard

The Configuration specifications to use when creating an application. Each configuration consists of a classification and properties. This configuration is applied to all the job runs submitted under the application.

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 tags assigned to the application.

Link copied to clipboard
var type: String?

The type of application you want to start, such as Spark or Hive.

Link copied to clipboard

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.

Functions