Interface IVehicleReference
A reference to a Vehicle resource.
Namespace: Amazon.CDK.Interfaces.IoTFleetWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVehicleReference
Syntax (vb)
Public Interface IVehicleReference
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.IoTFleetWise;
var vehicleReference = new VehicleReference {
VehicleArn = "vehicleArn",
VehicleName = "vehicleName"
};
Synopsis
Properties
| VehicleArn | The ARN of the Vehicle resource. |
| VehicleName | The Name of the Vehicle resource. |
Properties
VehicleArn
The ARN of the Vehicle resource.
string VehicleArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
VehicleName
The Name of the Vehicle resource.
string VehicleName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated