Uses of Interface
software.amazon.awscdk.interfaces.gamelift.IScriptRef
Packages that use IScriptRef
Package
Description
Amazon GameLift Construct Library
-
Uses of IScriptRef in software.amazon.awscdk.interfaces.gamelift
Subinterfaces of IScriptRef in software.amazon.awscdk.interfaces.gameliftModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIScriptRef.Classes in software.amazon.awscdk.interfaces.gamelift that implement IScriptRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IScriptRef in software.amazon.awscdk.services.gamelift
Classes in software.amazon.awscdk.services.gamelift that implement IScriptRefModifier and TypeClassDescriptionclassTheAWS::GameLift::Scriptresource creates a new script record for your Realtime Servers script.Methods in software.amazon.awscdk.services.gamelift that return IScriptRefModifier and TypeMethodDescriptionstatic IScriptRefCfnScript.fromScriptArn(software.constructs.Construct scope, String id, String arn) Creates a new IScriptRef from an ARN.static IScriptRefCfnScript.fromScriptId(software.constructs.Construct scope, String id, String scriptId) Creates a new IScriptRef from a scriptId.