AWS::RoboMaker::RobotApplicationVersionThe `AWS::RoboMaker::RobotApplicationVersion` resource creates an AWS RoboMaker robot version.
import { CfnRobotApplicationVersion } from 'aws-cdk-lib/aws-robomaker';Or use the module namespace:
import * as robomaker from 'aws-cdk-lib/aws-robomaker';
// robomaker.CfnRobotApplicationVersionConfiguration passed to the constructor as CfnRobotApplicationVersionProps.
applicationRequiredstring | IRobotApplicationRefThe application information for the robot application.
currentRevisionIdOptionalstringThe current revision id for the robot application. If you provide a value and it matches the latest revision ID, a new version will be created.
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::RobotApplicationVersion