AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::RoboMaker::SimulationApplication

CfnSimulationApplication

The `AWS::RoboMaker::SimulationApplication` resource creates an AWS RoboMaker simulation application.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnSimulationApplicationProps.

robotSoftwareSuiteRequired
IResolvable | RobotSoftwareSuiteProperty

The robot software suite used by the simulation application.

simulationSoftwareSuiteRequired
IResolvable | SimulationSoftwareSuiteProperty

The simulation software suite used by the simulation application.

currentRevisionIdOptional
string

The current revision id.

environmentOptional
string

The environment of the simulation application.

nameOptional
string

The name of the simulation application.

renderingEngineOptional
IResolvable | RenderingEngineProperty

The rendering engine for the simulation application.

sourcesOptional
IResolvable | 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.

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::SimulationApplication
Properties8

External Links