SimulationJob

Information about a simulation job.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the simulation job.

Link copied to clipboard

A unique identifier for this SimulationJob request.

Link copied to clipboard

Compute information for the simulation job

Link copied to clipboard

The data sources for the simulation job.

Link copied to clipboard

The failure behavior the simulation job.

Link copied to clipboard

The failure code of the simulation job if it failed.

Link copied to clipboard

The reason why the simulation job failed.

Link copied to clipboard

The IAM role that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf. This is how credentials are passed in to your simulation job.

Link copied to clipboard

The time, in milliseconds since the epoch, when the simulation job was last started.

Link copied to clipboard

The time, in milliseconds since the epoch, when the simulation job was last updated.

Link copied to clipboard

The logging configuration.

Link copied to clipboard

The maximum simulation job duration in seconds. The value must be 8 days (691,200 seconds) or less.

Link copied to clipboard
val name: String?

The name of the simulation job.

Link copied to clipboard

Information about a network interface.

Link copied to clipboard

Location for output files generated by the simulation job.

Link copied to clipboard

A list of robot applications.

Link copied to clipboard

A list of simulation applications.

Link copied to clipboard

The simulation job execution duration in milliseconds.

Link copied to clipboard

Status of the simulation job.

Link copied to clipboard

A map that contains tag keys and tag values that are attached to the simulation job.

Link copied to clipboard

VPC configuration information.

Functions

Link copied to clipboard
inline fun copy(block: SimulationJob.Builder.() -> Unit = {}): SimulationJob
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