RobotArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): RobotArgs

Properties

Link copied to clipboard
val architecture: Output<RobotArchitecture>? = null

The target architecture of the robot.

Link copied to clipboard
val fleet: Output<String>? = null

The Amazon Resource Name (ARN) of the fleet.

Link copied to clipboard
val greengrassGroupId: Output<String>? = null

The Greengrass group id.

Link copied to clipboard
val name: Output<String>? = null

The name for the robot.

Link copied to clipboard
val tags: Output<RobotTagsArgs>? = null