interface ISimulationApplicationVersionRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.RoboMaker.ISimulationApplicationVersionRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrobomaker#ISimulationApplicationVersionRef |
Java | software.amazon.awscdk.services.robomaker.ISimulationApplicationVersionRef |
Python | aws_cdk.aws_robomaker.ISimulationApplicationVersionRef |
TypeScript | aws-cdk-lib » aws_robomaker » ISimulationApplicationVersionRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a SimulationApplicationVersion.
Properties
| Name | Type | Description |
|---|---|---|
| node | Node | The tree node. |
| simulation | Simulation | A reference to a SimulationApplicationVersion resource. |
node
Type:
Node
The tree node.
simulationApplicationVersionRef
Type:
Simulation
A reference to a SimulationApplicationVersion resource.

.NET
Go
Java
Python
TypeScript