UpdateContainerFleetRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Instructions for how to deploy updates to a container fleet, if the fleet update initiates a deployment. The deployment configuration lets you determine how to replace fleet instances and what actions to take if the deployment fails.

Link copied to clipboard

A meaningful description of the container fleet.

Link copied to clipboard

A unique identifier for the container fleet to update. You can use either the fleet ID or ARN value.

Link copied to clipboard

The name or ARN value of a new game server container group definition to deploy on the fleet. If you're updating the fleet to a specific version of a container group definition, use the ARN value and include the version number. If you're updating the fleet to the latest version of a container group definition, you can use the name value. You can't remove a fleet's game server container group definition, you can only update or replace it with another definition.

Link copied to clipboard

The number of times to replicate the game server container group on each fleet instance. By default, Amazon GameLift Servers calculates the maximum number of game server container groups that can fit on each instance. You can remove this property value to use the calculated value, or set it manually. If you set this number manually, Amazon GameLift Servers uses your value as long as it's less than the calculated maximum.

Link copied to clipboard

A policy that limits the number of game sessions that each individual player can create on instances in this fleet. The limit applies for a specified span of time.

Link copied to clipboard

A revised set of port numbers to open on each fleet instance. By default, Amazon GameLift Servers calculates an optimal port range based on your fleet configuration. If you previously set this parameter manually, you can't reset this to use the calculated settings.

Link copied to clipboard

A set of ports to add to the container fleet's inbound permissions.

Link copied to clipboard

A set of ports to remove from the container fleet's inbound permissions.

Link copied to clipboard

The method for collecting container logs for the fleet.

Link copied to clipboard

The name of an Amazon Web Services CloudWatch metric group to add this fleet to.

Link copied to clipboard

The game session protection policy to apply to all new game sessions that are started in this fleet. Game sessions that already exist are not affected.

Link copied to clipboard

The name or ARN value of a new per-instance container group definition to deploy on the fleet. If you're updating the fleet to a specific version of a container group definition, use the ARN value and include the version number. If you're updating the fleet to the latest version of a container group definition, you can use the name value.

Link copied to clipboard

If set, this update removes a fleet's per-instance container group definition. You can't remove a fleet's game server container group definition.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String