Uses of Interface
software.amazon.awscdk.services.gamelift.alpha.IBuild
Packages that use IBuild
Package
Description
Amazon GameLift Construct Library
-
Uses of IBuild in software.amazon.awscdk.services.gamelift.alpha
Subinterfaces of IBuild in software.amazon.awscdk.services.gamelift.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIBuild.Classes in software.amazon.awscdk.services.gamelift.alpha that implement IBuildModifier and TypeClassDescriptionclass(experimental) A GameLift build, that is installed and runs on instances in an Amazon GameLift fleet.class(experimental) Base class for new and imported GameLift server build.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.gamelift.alpha that return IBuildModifier and TypeMethodDescriptionstatic IBuildBuild.fromBuildArn(software.constructs.Construct scope, String id, String buildArn) (experimental) Import a build into CDK using its ARN.static IBuildBuild.fromBuildAttributes(software.constructs.Construct scope, String id, BuildAttributes attrs) (experimental) Import an existing build from its attributes.static IBuildBuild.fromBuildId(software.constructs.Construct scope, String id, String buildId) (experimental) Import a build into CDK using its identifier.BuildFleet.getContent()(experimental) The build content of the fleet.BuildFleetProps.getContent()(experimental) A build to be deployed on the fleet.final IBuildBuildFleetProps.Jsii$Proxy.getContent()Methods in software.amazon.awscdk.services.gamelift.alpha with parameters of type IBuildModifier and TypeMethodDescription(experimental) A build to be deployed on the fleet.Sets the value ofBuildFleetProps.getContent()