DescribeContainerGroupPortMappingsRequest

Types

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

Properties

Link copied to clipboard

A unique identifier for the compute resource for which to retrieve port mappings. For a container fleet, a compute represents a game server container group running on a fleet instance. You can use either the compute name or ARN value.

Link copied to clipboard

The type of container group to retrieve port mappings for.

Link copied to clipboard

A container name to filter the results. When provided, the operation returns port mappings for the specified container only. If no container with the specified name exists in the container group, the request fails with a NotFoundException.

Link copied to clipboard

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

Link copied to clipboard

A unique identifier for the fleet instance to retrieve port mappings for.

Functions

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