Class: Aws::Lightsail::Types::EndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::EndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Describes the settings of a public endpoint for an Amazon Lightsail container service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_name ⇒ String
The name of the container for the endpoint.
-
#container_port ⇒ Integer
The port of the 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 for the endpoint.
6194 6195 6196 6197 6198 6199 6200 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6194 class EndpointRequest < Struct.new( :container_name, :container_port, :health_check) SENSITIVE = [] include Aws::Structure end |
#container_port ⇒ Integer
The port of the container to which traffic is forwarded to.
6194 6195 6196 6197 6198 6199 6200 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6194 class EndpointRequest < Struct.new( :container_name, :container_port, :health_check) SENSITIVE = [] include Aws::Structure end |
#health_check ⇒ Types::ContainerServiceHealthCheckConfig
An object that describes the health check configuration of the container.
6194 6195 6196 6197 6198 6199 6200 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6194 class EndpointRequest < Struct.new( :container_name, :container_port, :health_check) SENSITIVE = [] include Aws::Structure end |