Package software.amazon.awscdk.services.gamelift
Amazon GameLift Construct Library
This module is part of the AWS Cloud Development Kit project.
import software.amazon.awscdk.services.gamelift.*;
There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:
- Search Construct Hub for GameLift construct libraries
- Use the automatically generated L1 constructs, in the same way you would use the CloudFormation AWS::GameLift resources directly.
An experimental construct library for this service is available in preview. Since it is not stable yet, it is distributed as a separate package so that you can pin its version independently of the rest of the CDK. See the package:
@aws-cdk/aws-gamelift-alpha
There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.
For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::GameLift.
(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)
-
ClassDescriptionThe
AWS::GameLift::Alias
resource creates an alias for an Amazon GameLift (GameLift) fleet destination.A fluent builder forCfnAlias
.The routing configuration for a fleet alias.A builder forCfnAlias.RoutingStrategyProperty
An implementation forCfnAlias.RoutingStrategyProperty
Properties for defining aCfnAlias
.A builder forCfnAliasProps
An implementation forCfnAliasProps
TheAWS::GameLift::Build
resource creates a game server build that is installed and run on instances in an Amazon GameLift fleet.A fluent builder forCfnBuild
.The location in Amazon S3 where build or script files are stored for access by Amazon GameLift.A builder forCfnBuild.StorageLocationProperty
An implementation forCfnBuild.StorageLocationProperty
Properties for defining aCfnBuild
.A builder forCfnBuildProps
An implementation forCfnBuildProps
Describes an Amazon GameLift managed container fleet.A fluent builder forCfnContainerFleet
.The set of port numbers to open on each instance in a container fleet.A builder forCfnContainerFleet.ConnectionPortRangeProperty
An implementation forCfnContainerFleet.ConnectionPortRangeProperty
Set of rules for processing a deployment for a container fleet update.A builder forCfnContainerFleet.DeploymentConfigurationProperty
An implementation forCfnContainerFleet.DeploymentConfigurationProperty
Information about the most recent deployment for the container fleet.A builder forCfnContainerFleet.DeploymentDetailsProperty
An implementation forCfnContainerFleet.DeploymentDetailsProperty
A policy that puts limits on the number of game sessions that a player can create within a specified span of time.A builder forCfnContainerFleet.GameSessionCreationLimitPolicyProperty
An implementation forCfnContainerFleet.GameSessionCreationLimitPolicyProperty
A range of IP addresses and port settings that allow inbound traffic to connect to processes on an instance in a fleet.A builder forCfnContainerFleet.IpPermissionProperty
An implementation forCfnContainerFleet.IpPermissionProperty
Current resource capacity settings in a specified fleet or location.A builder forCfnContainerFleet.LocationCapacityProperty
An implementation forCfnContainerFleet.LocationCapacityProperty
A remote location where a multi-location fleet can deploy game servers for game hosting.A builder forCfnContainerFleet.LocationConfigurationProperty
An implementation forCfnContainerFleet.LocationConfigurationProperty
A method for collecting container logs for the fleet.A builder forCfnContainerFleet.LogConfigurationProperty
An implementation forCfnContainerFleet.LogConfigurationProperty
Rule that controls how a fleet is scaled.A builder forCfnContainerFleet.ScalingPolicyProperty
An implementation forCfnContainerFleet.ScalingPolicyProperty
Settings for a target-based scaling policy.A builder forCfnContainerFleet.TargetConfigurationProperty
An implementation forCfnContainerFleet.TargetConfigurationProperty
Properties for defining aCfnContainerFleet
.A builder forCfnContainerFleetProps
An implementation forCfnContainerFleetProps
The properties that describe a container group resource.A fluent builder forCfnContainerGroupDefinition
.A container's dependency on another container in the same container group.A builder forCfnContainerGroupDefinition.ContainerDependencyProperty
An implementation forCfnContainerGroupDefinition.ContainerDependencyProperty
An environment variable to set inside a container, in the form of a key-value pair.A builder forCfnContainerGroupDefinition.ContainerEnvironmentProperty
An implementation forCfnContainerGroupDefinition.ContainerEnvironmentProperty
Instructions on when and how to check the health of a support container in a container fleet.A builder forCfnContainerGroupDefinition.ContainerHealthCheckProperty
An implementation forCfnContainerGroupDefinition.ContainerHealthCheckProperty
A mount point that binds a container to a file or directory on the host system.A builder forCfnContainerGroupDefinition.ContainerMountPointProperty
An implementation forCfnContainerGroupDefinition.ContainerMountPointProperty
A set of one or more port numbers that can be opened on the container.A builder forCfnContainerGroupDefinition.ContainerPortRangeProperty
An implementation forCfnContainerGroupDefinition.ContainerPortRangeProperty
Describes the game server container in an existing game server container group.An implementation forCfnContainerGroupDefinition.GameServerContainerDefinitionProperty
Defines the ports on a container.A builder forCfnContainerGroupDefinition.PortConfigurationProperty
An implementation forCfnContainerGroupDefinition.PortConfigurationProperty
Describes a support container in a container group.An implementation forCfnContainerGroupDefinition.SupportContainerDefinitionProperty
Properties for defining aCfnContainerGroupDefinition
.A builder forCfnContainerGroupDefinitionProps
An implementation forCfnContainerGroupDefinitionProps
TheAWS::GameLift::Fleet
resource creates an Amazon GameLift (GameLift) fleet to host custom game server or Realtime Servers.Amazon GameLift configuration options for your Anywhere fleets.A builder forCfnFleet.AnywhereConfigurationProperty
An implementation forCfnFleet.AnywhereConfigurationProperty
A fluent builder forCfnFleet
.Determines whether a TLS/SSL certificate is generated for a fleet.A builder forCfnFleet.CertificateConfigurationProperty
An implementation forCfnFleet.CertificateConfigurationProperty
A range of IP addresses and port settings that allow inbound traffic to connect to server processes on an instance in a fleet.A builder forCfnFleet.IpPermissionProperty
An implementation forCfnFleet.IpPermissionProperty
Current resource capacity settings for managed EC2 fleets and managed container fleets.A builder forCfnFleet.LocationCapacityProperty
An implementation forCfnFleet.LocationCapacityProperty
A remote location where a multi-location fleet can deploy game servers for game hosting.A builder forCfnFleet.LocationConfigurationProperty
An implementation forCfnFleet.LocationConfigurationProperty
A policy that limits the number of game sessions a player can create on the same fleet.A builder forCfnFleet.ResourceCreationLimitPolicyProperty
An implementation forCfnFleet.ResourceCreationLimitPolicyProperty
A collection of server process configurations that describe the set of processes to run on each instance in a fleet.A builder forCfnFleet.RuntimeConfigurationProperty
An implementation forCfnFleet.RuntimeConfigurationProperty
Rule that controls how a fleet is scaled.A builder forCfnFleet.ScalingPolicyProperty
An implementation forCfnFleet.ScalingPolicyProperty
A set of instructions for launching server processes on each instance in a fleet.A builder forCfnFleet.ServerProcessProperty
An implementation forCfnFleet.ServerProcessProperty
Settings for a target-based scaling policy.A builder forCfnFleet.TargetConfigurationProperty
An implementation forCfnFleet.TargetConfigurationProperty
Properties for defining aCfnFleet
.A builder forCfnFleetProps
An implementation forCfnFleetProps
This operation is used with the Amazon GameLift FleetIQ solution and game server groups..This data type is used with the GameLift FleetIQ and game server groups..A builder forCfnGameServerGroup.AutoScalingPolicyProperty
An implementation forCfnGameServerGroup.AutoScalingPolicyProperty
A fluent builder forCfnGameServerGroup
.This data type is used with the Amazon GameLift FleetIQ and game server groups..A builder forCfnGameServerGroup.InstanceDefinitionProperty
An implementation forCfnGameServerGroup.InstanceDefinitionProperty
This data type is used with the GameLift FleetIQ and game server groups..A builder forCfnGameServerGroup.LaunchTemplateProperty
An implementation forCfnGameServerGroup.LaunchTemplateProperty
This data type is used with the Amazon GameLift FleetIQ and game server groups..A builder forCfnGameServerGroup.TargetTrackingConfigurationProperty
An implementation forCfnGameServerGroup.TargetTrackingConfigurationProperty
Properties for defining aCfnGameServerGroup
.A builder forCfnGameServerGroupProps
An implementation forCfnGameServerGroupProps
TheAWS::GameLift::GameSessionQueue
resource creates a placement queue that processes requests for new game sessions.A fluent builder forCfnGameSessionQueue
.Example:A builder forCfnGameSessionQueue.DestinationProperty
An implementation forCfnGameSessionQueue.DestinationProperty
A list of fleet locations where a game session queue can place new game sessions.A builder forCfnGameSessionQueue.FilterConfigurationProperty
An implementation forCfnGameSessionQueue.FilterConfigurationProperty
A fleet or alias designated in a game session queue.A builder forCfnGameSessionQueue.GameSessionQueueDestinationProperty
An implementation forCfnGameSessionQueue.GameSessionQueueDestinationProperty
The queue setting that determines the highest latency allowed for individual players when placing a game session.A builder forCfnGameSessionQueue.PlayerLatencyPolicyProperty
An implementation forCfnGameSessionQueue.PlayerLatencyPolicyProperty
Custom prioritization settings for use by a game session queue when placing new game sessions with available game servers.A builder forCfnGameSessionQueue.PriorityConfigurationProperty
An implementation forCfnGameSessionQueue.PriorityConfigurationProperty
Properties for defining aCfnGameSessionQueue
.A builder forCfnGameSessionQueueProps
An implementation forCfnGameSessionQueueProps
The AWS::GameLift::Location resource creates a custom location for use in an Anywhere fleet.A fluent builder forCfnLocation
.Properties for defining aCfnLocation
.A builder forCfnLocationProps
An implementation forCfnLocationProps
TheAWS::GameLift::MatchmakingConfiguration
resource defines a new matchmaking configuration for use with FlexMatch.A fluent builder forCfnMatchmakingConfiguration
.This key-value pair can store custom data about a game session.A builder forCfnMatchmakingConfiguration.GamePropertyProperty
An implementation forCfnMatchmakingConfiguration.GamePropertyProperty
Properties for defining aCfnMatchmakingConfiguration
.A builder forCfnMatchmakingConfigurationProps
An implementation forCfnMatchmakingConfigurationProps
Creates a new rule set for FlexMatch matchmaking.A fluent builder forCfnMatchmakingRuleSet
.Properties for defining aCfnMatchmakingRuleSet
.A builder forCfnMatchmakingRuleSetProps
An implementation forCfnMatchmakingRuleSetProps
TheAWS::GameLift::Script
resource creates a new script record for your Realtime Servers script.A fluent builder forCfnScript
.The location in Amazon S3 where build or script files can be stored for access by Amazon GameLift.A builder forCfnScript.S3LocationProperty
An implementation forCfnScript.S3LocationProperty
Properties for defining aCfnScript
.A builder forCfnScriptProps
An implementation forCfnScriptProps