Interface CfnSimulationApplication.SimulationSoftwareSuiteProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnSimulationApplication.SimulationSoftwareSuiteProperty.Jsii$Proxy
Enclosing class:
CfnSimulationApplication

@Stability(Stable) public static interface CfnSimulationApplication.SimulationSoftwareSuiteProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.robomaker.*;
 SimulationSoftwareSuiteProperty simulationSoftwareSuiteProperty = SimulationSoftwareSuiteProperty.builder()
         .name("name")
         // the properties below are optional
         .version("version")
         .build();