Uses of Interface
software.amazon.awscdk.interfaces.gamelift.IFleetRef
Packages that use IFleetRef
Package
Description
Amazon GameLift Construct Library
-
Uses of IFleetRef in software.amazon.awscdk.interfaces.gamelift
Subinterfaces of IFleetRef in software.amazon.awscdk.interfaces.gameliftModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIFleetRef.Classes in software.amazon.awscdk.interfaces.gamelift that implement IFleetRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IFleetRef in software.amazon.awscdk.services.gamelift
Classes in software.amazon.awscdk.services.gamelift that implement IFleetRefModifier and TypeClassDescriptionclassTheAWS::GameLift::Fleetresource creates an Amazon GameLift (GameLift) fleet to host custom game server or Realtime Servers.Methods in software.amazon.awscdk.services.gamelift that return IFleetRefModifier and TypeMethodDescriptionstatic IFleetRefCfnFleet.fromFleetArn(software.constructs.Construct scope, String id, String arn) Creates a new IFleetRef from an ARN.static IFleetRefCfnFleet.fromFleetId(software.constructs.Construct scope, String id, String fleetId) Creates a new IFleetRef from a fleetId.