AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::RoboMaker::RobotApplicationVersion

CfnRobotApplicationVersion

The `AWS::RoboMaker::RobotApplicationVersion` resource creates an AWS RoboMaker robot version.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnRobotApplicationVersionProps.

applicationRequired
string | IRobotApplicationRef

The application information for the robot application.

currentRevisionIdOptional
string

The 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.

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::RobotApplicationVersion
Properties2

External Links