RobomakerFunctions

Functions

Link copied to clipboard
suspend fun getFleet(argument: GetFleetPlainArgs): GetFleetResult

AWS::RoboMaker::Fleet resource creates an AWS RoboMaker fleet. Fleets contain robots and can receive deployments.

suspend fun getFleet(arn: String): GetFleetResult
suspend fun getFleet(argument: suspend GetFleetPlainArgsBuilder.() -> Unit): GetFleetResult
Link copied to clipboard
suspend fun getRobot(argument: GetRobotPlainArgs): GetRobotResult

AWS::RoboMaker::Robot resource creates an AWS RoboMaker Robot.

suspend fun getRobot(arn: String): GetRobotResult
suspend fun getRobot(argument: suspend GetRobotPlainArgsBuilder.() -> Unit): GetRobotResult
Link copied to clipboard
Link copied to clipboard

AWS::RoboMaker::RobotApplicationVersion resource creates an AWS RoboMaker RobotApplicationVersion. This helps you control which code your robot uses.

Link copied to clipboard

AWS::RoboMaker::SimulationApplicationVersion resource creates an AWS RoboMaker SimulationApplicationVersion. This helps you control which code your simulation uses.