Namespace Amazon.CDK.AWS.GameLift
Amazon GameLift Construct Library
This module is part of the AWS Cloud Development Kit project.
using Amazon.CDK.AWS.GameLift;
There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:
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:
<span class="package-reference">@aws-cdk/aws-gamelift-alpha</span>
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.)
Classes
CfnAlias | The |
CfnAlias.RoutingStrategyProperty | The routing configuration for a fleet alias. |
CfnAliasProps | Properties for defining a |
CfnBuild | The |
CfnBuild.StorageLocationProperty | The location in Amazon S3 where build or script files are stored for access by Amazon GameLift. |
CfnBuildProps | Properties for defining a |
CfnContainerFleet | Describes an Amazon GameLift managed container fleet. |
CfnContainerFleet.ConnectionPortRangeProperty | The set of port numbers to open on each instance in a container fleet. |
CfnContainerFleet.DeploymentConfigurationProperty | Set of rules for processing a deployment for a container fleet update. |
CfnContainerFleet.DeploymentDetailsProperty | Information about the most recent deployment for the container fleet. |
CfnContainerFleet.GameSessionCreationLimitPolicyProperty | A policy that puts limits on the number of game sessions that a player can create within a specified span of time. |
CfnContainerFleet.IpPermissionProperty | A range of IP addresses and port settings that allow inbound traffic to connect to processes on an instance in a fleet. |
CfnContainerFleet.LocationCapacityProperty | Current resource capacity settings in a specified fleet or location. |
CfnContainerFleet.LocationConfigurationProperty | A remote location where a multi-location fleet can deploy game servers for game hosting. |
CfnContainerFleet.LogConfigurationProperty | A method for collecting container logs for the fleet. |
CfnContainerFleet.ScalingPolicyProperty | Rule that controls how a fleet is scaled. |
CfnContainerFleet.TargetConfigurationProperty | Settings for a target-based scaling policy. |
CfnContainerFleetProps | Properties for defining a |
CfnContainerGroupDefinition | The properties that describe a container group resource. |
CfnContainerGroupDefinition.ContainerDependencyProperty | A container's dependency on another container in the same container group. |
CfnContainerGroupDefinition.ContainerEnvironmentProperty | An environment variable to set inside a container, in the form of a key-value pair. |
CfnContainerGroupDefinition.ContainerHealthCheckProperty | Instructions on when and how to check the health of a support container in a container fleet. |
CfnContainerGroupDefinition.ContainerMountPointProperty | A mount point that binds a container to a file or directory on the host system. |
CfnContainerGroupDefinition.ContainerPortRangeProperty | A set of one or more port numbers that can be opened on the container. |
CfnContainerGroupDefinition.GameServerContainerDefinitionProperty | Describes the game server container in an existing game server container group. |
CfnContainerGroupDefinition.PortConfigurationProperty | Defines the ports on a container. |
CfnContainerGroupDefinition.SupportContainerDefinitionProperty | Describes a support container in a container group. |
CfnContainerGroupDefinitionProps | Properties for defining a |
CfnFleet | The |
CfnFleet.AnywhereConfigurationProperty | Amazon GameLift configuration options for your Anywhere fleets. |
CfnFleet.CertificateConfigurationProperty | Determines whether a TLS/SSL certificate is generated for a fleet. |
CfnFleet.IpPermissionProperty | A range of IP addresses and port settings that allow inbound traffic to connect to server processes on an instance in a fleet. |
CfnFleet.LocationCapacityProperty | Current resource capacity settings for managed EC2 fleets and managed container fleets. |
CfnFleet.LocationConfigurationProperty | A remote location where a multi-location fleet can deploy game servers for game hosting. |
CfnFleet.ResourceCreationLimitPolicyProperty | A policy that limits the number of game sessions a player can create on the same fleet. |
CfnFleet.RuntimeConfigurationProperty | A collection of server process configurations that describe the set of processes to run on each instance in a fleet. |
CfnFleet.ScalingPolicyProperty | Rule that controls how a fleet is scaled. |
CfnFleet.ServerProcessProperty | A set of instructions for launching server processes on each instance in a fleet. |
CfnFleet.TargetConfigurationProperty | Settings for a target-based scaling policy. |
CfnFleetProps | Properties for defining a |
CfnGameServerGroup | This operation is used with the Amazon GameLift FleetIQ solution and game server groups.. |
CfnGameServerGroup.AutoScalingPolicyProperty | This data type is used with the GameLift FleetIQ and game server groups.. |
CfnGameServerGroup.InstanceDefinitionProperty | This data type is used with the Amazon GameLift FleetIQ and game server groups.. |
CfnGameServerGroup.LaunchTemplateProperty | This data type is used with the GameLift FleetIQ and game server groups.. |
CfnGameServerGroup.TargetTrackingConfigurationProperty | This data type is used with the Amazon GameLift FleetIQ and game server groups.. |
CfnGameServerGroupProps | Properties for defining a |
CfnGameSessionQueue | The |
CfnGameSessionQueue.DestinationProperty | |
CfnGameSessionQueue.FilterConfigurationProperty | A list of fleet locations where a game session queue can place new game sessions. |
CfnGameSessionQueue.GameSessionQueueDestinationProperty | A fleet or alias designated in a game session queue. |
CfnGameSessionQueue.PlayerLatencyPolicyProperty | The queue setting that determines the highest latency allowed for individual players when placing a game session. |
CfnGameSessionQueue.PriorityConfigurationProperty | Custom prioritization settings for use by a game session queue when placing new game sessions with available game servers. |
CfnGameSessionQueueProps | Properties for defining a |
CfnLocation | The AWS::GameLift::Location resource creates a custom location for use in an Anywhere fleet. |
CfnLocationProps | Properties for defining a |
CfnMatchmakingConfiguration | The |
CfnMatchmakingConfiguration.GamePropertyProperty | This key-value pair can store custom data about a game session. |
CfnMatchmakingConfigurationProps | Properties for defining a |
CfnMatchmakingRuleSet | Creates a new rule set for FlexMatch matchmaking. |
CfnMatchmakingRuleSetProps | Properties for defining a |
CfnScript | The |
CfnScript.S3LocationProperty | The location in Amazon S3 where build or script files can be stored for access by Amazon GameLift. |
CfnScriptProps | Properties for defining a |
Interfaces
CfnAlias.IRoutingStrategyProperty | The routing configuration for a fleet alias. |
CfnBuild.IStorageLocationProperty | The location in Amazon S3 where build or script files are stored for access by Amazon GameLift. |
CfnContainerFleet.IConnectionPortRangeProperty | The set of port numbers to open on each instance in a container fleet. |
CfnContainerFleet.IDeploymentConfigurationProperty | Set of rules for processing a deployment for a container fleet update. |
CfnContainerFleet.IDeploymentDetailsProperty | Information about the most recent deployment for the container fleet. |
CfnContainerFleet.IGameSessionCreationLimitPolicyProperty | A policy that puts limits on the number of game sessions that a player can create within a specified span of time. |
CfnContainerFleet.IIpPermissionProperty | A range of IP addresses and port settings that allow inbound traffic to connect to processes on an instance in a fleet. |
CfnContainerFleet.ILocationCapacityProperty | Current resource capacity settings in a specified fleet or location. |
CfnContainerFleet.ILocationConfigurationProperty | A remote location where a multi-location fleet can deploy game servers for game hosting. |
CfnContainerFleet.ILogConfigurationProperty | A method for collecting container logs for the fleet. |
CfnContainerFleet.IScalingPolicyProperty | Rule that controls how a fleet is scaled. |
CfnContainerFleet.ITargetConfigurationProperty | Settings for a target-based scaling policy. |
CfnContainerGroupDefinition.IContainerDependencyProperty | A container's dependency on another container in the same container group. |
CfnContainerGroupDefinition.IContainerEnvironmentProperty | An environment variable to set inside a container, in the form of a key-value pair. |
CfnContainerGroupDefinition.IContainerHealthCheckProperty | Instructions on when and how to check the health of a support container in a container fleet. |
CfnContainerGroupDefinition.IContainerMountPointProperty | A mount point that binds a container to a file or directory on the host system. |
CfnContainerGroupDefinition.IContainerPortRangeProperty | A set of one or more port numbers that can be opened on the container. |
CfnContainerGroupDefinition.IGameServerContainerDefinitionProperty | Describes the game server container in an existing game server container group. |
CfnContainerGroupDefinition.IPortConfigurationProperty | Defines the ports on a container. |
CfnContainerGroupDefinition.ISupportContainerDefinitionProperty | Describes a support container in a container group. |
CfnFleet.IAnywhereConfigurationProperty | Amazon GameLift configuration options for your Anywhere fleets. |
CfnFleet.ICertificateConfigurationProperty | Determines whether a TLS/SSL certificate is generated for a fleet. |
CfnFleet.IIpPermissionProperty | A range of IP addresses and port settings that allow inbound traffic to connect to server processes on an instance in a fleet. |
CfnFleet.ILocationCapacityProperty | Current resource capacity settings for managed EC2 fleets and managed container fleets. |
CfnFleet.ILocationConfigurationProperty | A remote location where a multi-location fleet can deploy game servers for game hosting. |
CfnFleet.IResourceCreationLimitPolicyProperty | A policy that limits the number of game sessions a player can create on the same fleet. |
CfnFleet.IRuntimeConfigurationProperty | A collection of server process configurations that describe the set of processes to run on each instance in a fleet. |
CfnFleet.IScalingPolicyProperty | Rule that controls how a fleet is scaled. |
CfnFleet.IServerProcessProperty | A set of instructions for launching server processes on each instance in a fleet. |
CfnFleet.ITargetConfigurationProperty | Settings for a target-based scaling policy. |
CfnGameServerGroup.IAutoScalingPolicyProperty | This data type is used with the GameLift FleetIQ and game server groups.. |
CfnGameServerGroup.IInstanceDefinitionProperty | This data type is used with the Amazon GameLift FleetIQ and game server groups.. |
CfnGameServerGroup.ILaunchTemplateProperty | This data type is used with the GameLift FleetIQ and game server groups.. |
CfnGameServerGroup.ITargetTrackingConfigurationProperty | This data type is used with the Amazon GameLift FleetIQ and game server groups.. |
CfnGameSessionQueue.IDestinationProperty | |
CfnGameSessionQueue.IFilterConfigurationProperty | A list of fleet locations where a game session queue can place new game sessions. |
CfnGameSessionQueue.IGameSessionQueueDestinationProperty | A fleet or alias designated in a game session queue. |
CfnGameSessionQueue.IPlayerLatencyPolicyProperty | The queue setting that determines the highest latency allowed for individual players when placing a game session. |
CfnGameSessionQueue.IPriorityConfigurationProperty | Custom prioritization settings for use by a game session queue when placing new game sessions with available game servers. |
CfnMatchmakingConfiguration.IGamePropertyProperty | This key-value pair can store custom data about a game session. |
CfnScript.IS3LocationProperty | The location in Amazon S3 where build or script files can be stored for access by Amazon GameLift. |
ICfnAliasProps | Properties for defining a |
ICfnBuildProps | Properties for defining a |
ICfnContainerFleetProps | Properties for defining a |
ICfnContainerGroupDefinitionProps | Properties for defining a |
ICfnFleetProps | Properties for defining a |
ICfnGameServerGroupProps | Properties for defining a |
ICfnGameSessionQueueProps | Properties for defining a |
ICfnLocationProps | Properties for defining a |
ICfnMatchmakingConfigurationProps | Properties for defining a |
ICfnMatchmakingRuleSetProps | Properties for defining a |
ICfnScriptProps | Properties for defining a |