AWS::RoboMaker::Robot> The following resource is now deprecated. This resource can no longer be provisioned via stack create or update operations, and should not be included in your stack templates. > > We recommend migrating to AWS IoT Greengrass Version 2. For more information, see [Support Changes: May 2, 2022](https://docs.aws.amazon.com/robomaker/latest/dg/chapter-support-policy.html#software-support-policy-may2022) in the *AWS RoboMaker Developer Guide* . The `AWS::RoboMaker::RobotApplication` resource creates an AWS RoboMaker robot.
import { CfnRobot } from 'aws-cdk-lib/aws-robomaker';Or use the module namespace:
import * as robomaker from 'aws-cdk-lib/aws-robomaker';
// robomaker.CfnRobotConfiguration passed to the constructor as CfnRobotProps.
architectureRequiredstringThe architecture of the robot.
greengrassGroupIdRequiredstringThe Greengrass group associated with the robot.
fleetOptionalstring | IFleetRefThe Amazon Resource Name (ARN) of the fleet to which the robot will be registered.
nameOptionalstringThe name of the robot.
tagsOptional{ [key: string]: string }A map that contains tag keys and tag values that are attached to the robot.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-robomakerAWS::RoboMaker::Robot