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
- Struct
- Aws::Lightsail::Types::ContainerServiceEndpoint
- Defined in:
- (unknown)
Overview
Describes the public endpoint configuration of a deployment of an Amazon Lightsail container service.
Returned by:
Instance Attribute Summary collapse
-
#container_name ⇒ String
The name of the container entry of the deployment that the endpoint configuration applies to.
-
#container_port ⇒ Integer
The port of the specified container to which traffic is forwarded to.
-
#health_check ⇒ Types::ContainerServiceHealthCheckConfig
An object that describes the health check configuration of the container.
Instance Attribute Details
#container_name ⇒ String
The name of the container entry of the deployment that the endpoint configuration applies to.
#container_port ⇒ Integer
The port of the specified container to which traffic is forwarded to.
#health_check ⇒ Types::ContainerServiceHealthCheckConfig
An object that describes the health check configuration of the container.