String applicationId
The ID of the application.
String name
The name of the application.
String arn
The ARN of the application.
String releaseLabel
The EMR release version associated with the application.
String type
The type of application, such as Spark or Hive.
String state
The state of the application.
String stateDetails
The state details of the application.
Map<K,V> initialCapacity
The initial capacity of the application.
MaximumAllowedResources maximumCapacity
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.
Date createdAt
The date and time when the application run was created.
Date updatedAt
The date and time when the application run was last updated.
Map<K,V> tags
The tags assigned to the application.
AutoStartConfig autoStartConfiguration
The configuration for an application to automatically start on job submission.
AutoStopConfig autoStopConfiguration
The configuration for an application to automatically stop after a certain amount of time being idle.
NetworkConfiguration networkConfiguration
The network configuration for customer VPC connectivity for the application.
String id
The ID of the application.
String name
The name of the application.
String arn
The ARN of the application.
String releaseLabel
The EMR release version associated with the application.
String type
The type of application, such as Spark or Hive.
String state
The state of the application.
String stateDetails
The state details of the application.
Date createdAt
The date and time when the application was created.
Date updatedAt
The date and time when the application was last updated.
Boolean enabled
Enables the application to automatically start on job submission. Defaults to true.
List<E> applicationConfiguration
The override configurations for the application.
MonitoringConfiguration monitoringConfiguration
The override configurations for monitoring.
String name
The name of the application.
String releaseLabel
The EMR release version associated with the application.
String type
The type of application you want to start, such as Spark or Hive.
String clientToken
The client idempotency token of the application to create. Its value must be unique for each request.
Map<K,V> initialCapacity
The capacity to initialize when the application is created.
MaximumAllowedResources maximumCapacity
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.
Map<K,V> tags
The tags assigned to the application.
AutoStartConfig autoStartConfiguration
The configuration for an application to automatically start on job submission.
AutoStopConfig autoStopConfiguration
The configuration for an application to automatically stop after a certain amount of time being idle.
NetworkConfiguration networkConfiguration
The network configuration for customer VPC connectivity.
String applicationId
The ID of the application that will be deleted.
String applicationId
The ID of the application that will be described.
Application application
The output displays information about the specified application.
JobRun jobRun
The output displays information about the job run.
Long workerCount
The number of workers in the initial capacity configuration.
WorkerResourceConfig workerConfiguration
The resource configuration of the initial capacity configuration.
SparkSubmit sparkSubmit
The job driver parameters specified for Spark.
Hive hive
The job driver parameters specified for Hive.
String applicationId
The ID of the application the job is running on.
String jobRunId
The ID of the job run.
String name
The optional job run name. This doesn't have to be unique.
String arn
The execution role ARN of the job run.
String createdBy
The user who created the job run.
Date createdAt
The date and time when the job run was created.
Date updatedAt
The date and time when the job run was updated.
String executionRole
The execution role ARN of the job run.
String state
The state of the job run.
String stateDetails
The state details of the job run.
String releaseLabel
The EMR release version associated with the application your job is running on.
ConfigurationOverrides configurationOverrides
The configuration settings that are used to override default configuration.
JobDriver jobDriver
The job driver for the job run.
Map<K,V> tags
The tags assigned to the job run.
TotalResourceUtilization totalResourceUtilization
The aggregate vCPU, memory, and storage resources used from the time job start executing till the time job is terminated, rounded up to the nearest second.
NetworkConfiguration networkConfiguration
Integer totalExecutionDurationSeconds
The job run total execution duration in seconds. This field is only available for job runs in a
COMPLETED, FAILED, or CANCELLED state.
String applicationId
The ID of the application the job is running on.
String id
The ID of the job run.
String name
The optional job run name. This doesn't have to be unique.
String arn
The ARN of the job run.
String createdBy
The user who created the job run.
Date createdAt
The date and time when the job run was created.
Date updatedAt
The date and time when the job run was last updated.
String executionRole
The execution role ARN of the job run.
String state
The state of the job run.
String stateDetails
The state details of the job run.
String releaseLabel
The EMR release version associated with the application your job is running on.
String type
The type of job run, such as Spark or Hive.
String nextToken
The token for the next set of application results.
Integer maxResults
The maximum number of applications that can be listed.
List<E> states
An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
String applicationId
The ID of the application for which to list the job run.
String nextToken
The token for the next set of job run results.
Integer maxResults
The maximum number of job runs that can be listed.
Date createdAtAfter
The lower bound of the option to filter by creation date and time.
Date createdAtBefore
The upper bound of the option to filter by creation date and time.
List<E> states
An optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
String resourceArn
The Amazon Resource Name (ARN) that identifies the resource to list the tags for. Currently, the supported resources are Amazon EMR Serverless applications and job runs.
S3MonitoringConfiguration s3MonitoringConfiguration
The Amazon S3 configuration for monitoring log publishing.
ManagedPersistenceMonitoringConfiguration managedPersistenceMonitoringConfiguration
The managed log persistence configuration for a job run.
String applicationId
The ID of the application to start.
String applicationId
The ID of the application on which to run the job.
String clientToken
The client idempotency token of the job run to start. Its value must be unique for each request.
String executionRoleArn
The execution role ARN for the job run.
JobDriver jobDriver
The job driver for the job run.
ConfigurationOverrides configurationOverrides
The configuration overrides for the job run.
Map<K,V> tags
The tags assigned to the job run.
Long executionTimeoutMinutes
The maximum duration for the job run to run. If the job run runs beyond this duration, it will be automatically cancelled.
String name
The optional job run name. This doesn't have to be unique.
String applicationId
The ID of the application to stop.
Double vCPUHour
The aggregated vCPU used per hour from the time job start executing till the time job is terminated.
Double memoryGBHour
The aggregated memory used per hour from the time job start executing till the time job is terminated.
Double storageGBHour
The aggregated storage used per hour from the time job start executing till the time job is terminated.
String applicationId
The ID of the application to update.
String clientToken
The client idempotency token of the application to update. Its value must be unique for each request.
Map<K,V> initialCapacity
The capacity to initialize when the application is updated.
MaximumAllowedResources maximumCapacity
The maximum capacity to allocate when the application is updated. This is cumulative across all workers at any given point in time during the lifespan of the application. No new resources will be created once any one of the defined limits is hit.
AutoStartConfig autoStartConfiguration
The configuration for an application to automatically start on job submission.
AutoStopConfig autoStopConfiguration
The configuration for an application to automatically stop after a certain amount of time being idle.
NetworkConfiguration networkConfiguration
Application application
Information about the updated application.
Copyright © 2022. All rights reserved.