Show / Hide Table of Contents

Namespace Amazon.CDK.AWS.GameLift

Classes

CfnAlias

The AWS::GameLift::Alias resource creates an alias for an Amazon GameLift (GameLift) fleet destination.

CfnAlias.RoutingStrategyProperty

The routing configuration for a fleet alias.

CfnAliasProps

Properties for defining a CfnAlias.

CfnBuild

The AWS::GameLift::Build resource creates a game server build that is installed and run on instances in an Amazon GameLift fleet.

CfnBuild.StorageLocationProperty

The location in Amazon S3 where build or script files are stored for access by Amazon GameLift.

CfnBuildProps

Properties for defining a CfnBuild.

CfnContainerFleet

Describes an Amazon GameLift Servers 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 CfnContainerFleet.

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, and the supported network protocol.

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 CfnContainerGroupDefinition.

CfnFleet

The AWS::GameLift::Fleet resource creates an Amazon GameLift (GameLift) fleet to host custom game server or Realtime Servers.

CfnFleet.AnywhereConfigurationProperty

Amazon GameLift Servers 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 CfnFleet.

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 CfnGameServerGroup.

CfnGameSessionQueue

The AWS::GameLift::GameSessionQueue resource creates a placement queue that processes requests for new game sessions.

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 CfnGameSessionQueue.

CfnLocation

The AWS::GameLift::Location resource creates a custom location for use in an Anywhere fleet.

CfnLocationProps

Properties for defining a CfnLocation.

CfnMatchmakingConfiguration

The AWS::GameLift::MatchmakingConfiguration resource defines a new matchmaking configuration for use with FlexMatch.

CfnMatchmakingConfiguration.GamePropertyProperty

This key-value pair can store custom data about a game session.

CfnMatchmakingConfigurationProps

Properties for defining a CfnMatchmakingConfiguration.

CfnMatchmakingRuleSet

Creates a new rule set for FlexMatch matchmaking.

CfnMatchmakingRuleSetProps

Properties for defining a CfnMatchmakingRuleSet.

CfnScript

The AWS::GameLift::Script resource creates a new script record for your Realtime Servers script.

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 CfnScript.

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, and the supported network protocol.

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 Servers 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 CfnAlias.

ICfnBuildProps

Properties for defining a CfnBuild.

ICfnContainerFleetProps

Properties for defining a CfnContainerFleet.

ICfnContainerGroupDefinitionProps

Properties for defining a CfnContainerGroupDefinition.

ICfnFleetProps

Properties for defining a CfnFleet.

ICfnGameServerGroupProps

Properties for defining a CfnGameServerGroup.

ICfnGameSessionQueueProps

Properties for defining a CfnGameSessionQueue.

ICfnLocationProps

Properties for defining a CfnLocation.

ICfnMatchmakingConfigurationProps

Properties for defining a CfnMatchmakingConfiguration.

ICfnMatchmakingRuleSetProps

Properties for defining a CfnMatchmakingRuleSet.

ICfnScriptProps

Properties for defining a CfnScript.

Back to top Generated by DocFX