AWS::RoboMaker::RobotApplication RobotSoftwareSuite - AWS CloudFormation

AWS::RoboMaker::RobotApplication RobotSoftwareSuite

Information about a robot software suite.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Name" : String, "Version" : String }

YAML

Name: String Version: String

Properties

Name

The name of the robot software suite. General is the only supported value.

Required: Yes

Type: String

Allowed values: ROS | ROS2 | General

Update requires: No interruption

Version

The version of the robot software suite. Not applicable for General software suite.

Required: No

Type: String

Allowed values: Kinetic | Melodic | Dashing

Update requires: No interruption