CreateSimulationJobRequest

Types

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

Properties

Link copied to clipboard

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

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 (up to 14 days or 1,209,600 seconds. When maxJobDurationInSeconds is reached, the simulation job will status will transition to Completed.

Link copied to clipboard

Location for output files generated by the simulation job.

Link copied to clipboard

The robot application to use in the simulation job.

Link copied to clipboard

The simulation application 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.

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 one subnet ID.

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