interface SimulationSoftwareSuiteProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.RoboMaker.CfnSimulationApplication.SimulationSoftwareSuiteProperty | 
|  Java | software.amazon.awscdk.services.robomaker.CfnSimulationApplication.SimulationSoftwareSuiteProperty | 
|  Python | aws_cdk.aws_robomaker.CfnSimulationApplication.SimulationSoftwareSuiteProperty | 
|  TypeScript | @aws-cdk/aws-robomaker»CfnSimulationApplication»SimulationSoftwareSuiteProperty | 
Information about a simulation software suite.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as robomaker from '@aws-cdk/aws-robomaker';
const simulationSoftwareSuiteProperty: robomaker.CfnSimulationApplication.SimulationSoftwareSuiteProperty = {
  name: 'name',
  // the properties below are optional
  version: 'version',
};
Properties
| Name | Type | Description | 
|---|---|---|
| name | string | The name of the simulation software suite. | 
| version? | string | The version of the simulation software suite. | 
name
Type:
string
The name of the simulation software suite.
SimulationRuntime is the only supported value.
version?
Type:
string
(optional)
The version of the simulation software suite.
Not applicable for SimulationRuntime .
