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<Map<String, String>>? = null) : ConvertibleToJava<RobotArgs>

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

Constructors

Link copied to clipboard
constructor(architecture: Output<RobotArchitecture>? = null, fleet: Output<String>? = null, greengrassGroupId: Output<String>? = null, name: Output<String>? = null, tags: Output<Map<String, String>>? = null)

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<Map<String, String>>? = null

A map that contains tag keys and tag values that are attached to the robot.

Functions

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