Class SimulationApplicationVersionReference
A reference to a SimulationApplicationVersion resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.RoboMaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SimulationApplicationVersionReference : ISimulationApplicationVersionReference
Syntax (vb)
Public Class SimulationApplicationVersionReference Implements 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
Constructors
| SimulationApplicationVersionReference() | A reference to a SimulationApplicationVersion resource. |
Properties
| SimulationApplicationVersionArn | The Arn of the SimulationApplicationVersion resource. |
Constructors
SimulationApplicationVersionReference()
A reference to a SimulationApplicationVersion resource.
public SimulationApplicationVersionReference()
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"
};
Properties
SimulationApplicationVersionArn
The Arn of the SimulationApplicationVersion resource.
public string SimulationApplicationVersionArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated