interface SimulationApplicationVersionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.RoboMaker.SimulationApplicationVersionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrobomaker#SimulationApplicationVersionReference |
Java | software.amazon.awscdk.services.robomaker.SimulationApplicationVersionReference |
Python | aws_cdk.aws_robomaker.SimulationApplicationVersionReference |
TypeScript | aws-cdk-lib » aws_robomaker » SimulationApplicationVersionReference |
A reference to a SimulationApplicationVersion resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_robomaker as robomaker } from 'aws-cdk-lib';
const simulationApplicationVersionReference: robomaker.SimulationApplicationVersionReference = {
simulationApplicationVersionArn: 'simulationApplicationVersionArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| simulation | string | The Arn of the SimulationApplicationVersion resource. |
simulationApplicationVersionArn
Type:
string
The Arn of the SimulationApplicationVersion resource.

.NET
Go
Java
Python
TypeScript