AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::RoboMaker::SimulationApplicationVersion

CfnSimulationApplicationVersion

The `AWS::RoboMaker::SimulationApplicationVersion` resource creates a version of an AWS RoboMaker simulation application.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnSimulationApplicationVersionProps.

applicationRequired
string | ISimulationApplicationRef

The application information for the simulation application.

currentRevisionIdOptional
string

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

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

External Links