SimulationJobRequest

Information about a simulation job request.

Types

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

Properties

Link copied to clipboard

Compute information for the simulation job

Link copied to clipboard

Specify data sources to mount read-only files from S3 into your simulation. These files are available under /opt/robomaker/datasources/data_source_name.

Link copied to clipboard

The failure behavior the simulation job.

Link copied to clipboard

The IAM role name 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 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

The output location.

Link copied to clipboard

The robot applications to use in the simulation job.

Link copied to clipboard

The simulation applications to use in the simulation job.

Link copied to clipboard

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

Link copied to clipboard

A Boolean indicating whether to use default applications in the simulation job. Default applications include Gazebo, rqt, rviz and terminal access.

Link copied to clipboard

If your simulation job accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and two subnet IDs.

Functions

Link copied to clipboard
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