interface SimulationApplicationVersionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.RoboMaker.SimulationApplicationVersionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsrobomaker#SimulationApplicationVersionReference |
Java | software.amazon.awscdk.interfaces.robomaker.SimulationApplicationVersionReference |
Python | aws_cdk.interfaces.aws_robomaker.SimulationApplicationVersionReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_robomaker } from 'aws-cdk-lib/interfaces';
const simulationApplicationVersionReference: interfaces_aws_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