Interface ISimulationApplicationVersionReference
A reference to a SimulationApplicationVersion resource.
Namespace: Amazon.CDK.Interfaces.RoboMaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISimulationApplicationVersionReference
Syntax (vb)
Public Interface ISimulationApplicationVersionReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.RoboMaker;
var simulationApplicationVersionReference = new SimulationApplicationVersionReference {
SimulationApplicationVersionArn = "simulationApplicationVersionArn"
};
Synopsis
Properties
| SimulationApplicationVersionArn | The Arn of the SimulationApplicationVersion resource. |
Properties
SimulationApplicationVersionArn
The Arn of the SimulationApplicationVersion resource.
string SimulationApplicationVersionArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated