Class ContainerFleetReference
A reference to a ContainerFleet resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ContainerFleetReference : IContainerFleetReference
Syntax (vb)
Public Class ContainerFleetReference Implements IContainerFleetReference
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.AWS.GameLift;
var containerFleetReference = new ContainerFleetReference {
FleetId = "fleetId"
};
Synopsis
Constructors
| ContainerFleetReference() | A reference to a ContainerFleet resource. |
Properties
| FleetId | The FleetId of the ContainerFleet resource. |
Constructors
ContainerFleetReference()
A reference to a ContainerFleet resource.
public ContainerFleetReference()
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.AWS.GameLift;
var containerFleetReference = new ContainerFleetReference {
FleetId = "fleetId"
};
Properties
FleetId
The FleetId of the ContainerFleet resource.
public string FleetId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated