Interface IFleetReference
A reference to a Fleet resource.
Namespace: Amazon.CDK.Interfaces.RoboMaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFleetReference
Syntax (vb)
Public Interface IFleetReference
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 fleetReference = new FleetReference {
FleetArn = "fleetArn"
};
Synopsis
Properties
| FleetArn | The Arn of the Fleet resource. |
Properties
FleetArn
The Arn of the Fleet resource.
string FleetArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated