AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::RoboMaker::Robot

CfnRobot

> 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

import { CfnRobot } from 'aws-cdk-lib/aws-robomaker';

Or use the module namespace:

import * as robomaker from 'aws-cdk-lib/aws-robomaker';
// robomaker.CfnRobot

Properties

Configuration passed to the constructor as CfnRobotProps.

architectureRequired
string

The architecture of the robot.

greengrassGroupIdRequired
string

The Greengrass group associated with the robot.

fleetOptional
string | IFleetRef

The Amazon Resource Name (ARN) of the fleet to which the robot will be registered.

nameOptional
string

The name of the robot.

tagsOptional
{ [key: string]: string }

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

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-robomaker
CFN TypeAWS::RoboMaker::Robot
Properties5

External Links