AWS::RoboMaker::RobotApplicationThe `AWS::RoboMaker::RobotApplication` resource creates an AWS RoboMaker robot application.
import { CfnRobotApplication } from 'aws-cdk-lib/aws-robomaker';Or use the module namespace:
import * as robomaker from 'aws-cdk-lib/aws-robomaker';
// robomaker.CfnRobotApplicationConfiguration passed to the constructor as CfnRobotApplicationProps.
robotSoftwareSuiteRequiredIResolvable | RobotSoftwareSuitePropertyThe robot software suite used by the robot application.
currentRevisionIdOptionalstringThe current revision id.
environmentOptionalstringThe environment of the robot application.
nameOptionalstringThe name of the robot application.
sourcesOptionalIResolvable | IResolvable | SourceConfigProperty[]The sources of the robot application.
tagsOptional{ [key: string]: string }A map that contains tag keys and tag values that are attached to the robot application.
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::RobotApplication