Robot Args
data class RobotArgs(val architecture: Output<RobotArchitecture>? = null, val fleet: Output<String>? = null, val greengrassGroupId: Output<String>? = null, val name: Output<String>? = null, val tags: Output<RobotTagsArgs>? = null) : ConvertibleToJava<RobotArgs>
AWS::RoboMaker::Robot resource creates an AWS RoboMaker Robot.
Constructors
Link copied to clipboard
fun RobotArgs(architecture: Output<RobotArchitecture>? = null, fleet: Output<String>? = null, greengrassGroupId: Output<String>? = null, name: Output<String>? = null, tags: Output<RobotTagsArgs>? = null)