Builder
Properties
The ID of the application the job is running on.
The date and time of when the job run attempt was created.
The date and time of when the job run attempt was last updated.
The aggregate vCPU, memory, and storage that Amazon Web Services has billed for the job run. The billed resources include a 1-minute minimum usage for workers, plus additional storage over 20 GB per worker. Note that billed resources do not include usage for idle pre-initialized workers.
The configuration settings that are used to override default configuration.
Optional IAM policy. The resulting job IAM role permissions will be an intersection of the policies passed and the policy associated with your job execution role.
The execution role ARN of the job run.
Returns the job run timeout value from the StartJobRun
call. If no timeout was specified, then it returns the default timeout of 720 minutes.
The mode of the job run.
The network configuration for customer VPC connectivity.
The total time for a job in the QUEUED state in milliseconds.
The Amazon EMR release associated with the application your job is running on.
The retry policy of the job run.
The state of the job run.
The state details of the job run.
The job run total execution duration in seconds. This field is only available for job runs in a COMPLETED
, FAILED
, or CANCELLED
state.
The aggregate vCPU, memory, and storage resources used from the time the job starts to execute, until the time the job terminates, rounded up to the nearest second.
Functions
construct an aws.sdk.kotlin.services.emrserverless.model.ResourceUtilization inside the given block
construct an aws.sdk.kotlin.services.emrserverless.model.ConfigurationOverrides inside the given block
construct an aws.sdk.kotlin.services.emrserverless.model.JobRunExecutionIamPolicy inside the given block
construct an aws.sdk.kotlin.services.emrserverless.model.NetworkConfiguration inside the given block
construct an aws.sdk.kotlin.services.emrserverless.model.RetryPolicy inside the given block
construct an aws.sdk.kotlin.services.emrserverless.model.TotalResourceUtilization inside the given block