You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lightsail::Types::ContainerServiceEndpoint

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the public endpoint configuration of a deployment of an Amazon Lightsail container service.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#container_nameString

The name of the container entry of the deployment that the endpoint configuration applies to.

Returns:

  • (String)

    The name of the container entry of the deployment that the endpoint configuration applies to.

#container_portInteger

The port of the specified container to which traffic is forwarded to.

Returns:

  • (Integer)

    The port of the specified container to which traffic is forwarded to.

#health_checkTypes::ContainerServiceHealthCheckConfig

An object that describes the health check configuration of the container.

Returns: