AWS::RoboMaker::SimulationApplicationVersionThe `AWS::RoboMaker::SimulationApplicationVersion` resource creates a version of an AWS RoboMaker simulation application.
import { CfnSimulationApplicationVersion } from 'aws-cdk-lib/aws-robomaker';Or use the module namespace:
import * as robomaker from 'aws-cdk-lib/aws-robomaker';
// robomaker.CfnSimulationApplicationVersionConfiguration passed to the constructor as CfnSimulationApplicationVersionProps.
applicationRequiredstring | ISimulationApplicationRefThe application information for the simulation application.
currentRevisionIdOptionalstringThe current revision id for the simulation 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::SimulationApplicationVersion