View a markdown version of this page

ContainerGroupPortMapping - Amazon GameLift Servers
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ContainerGroupPortMapping

Describes the port mappings for a single container in a container group. Each mapping shows how a container port maps to a connection port on the fleet instance.

Returned by: DescribeContainerGroupPortMappings

Contents

Note

In the following list, the required parameters are described first.

ContainerName

The name of the container, as defined in the container group definition.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: ^[a-zA-Z0-9\-]+$

Required: No

ContainerPortMappings

A list of ContainerPortMapping objects that describe the port mappings for this container.

Type: Array of ContainerPortMapping objects

Required: No

ContainerRuntimeId

The runtime ID for the container that's running in a compute. This value is unique within the compute.

Type: String

Length Constraints: Minimum length of 1.

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: