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