CreateSimulationJobRequest
Types
Properties
Link copied to clipboard
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
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 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.
Functions
Link copied to clipboard
inline fun copy(block: CreateSimulationJobRequest.Builder.() -> Unit = {}): CreateSimulationJobRequest