Class: Aws::Lightsail::Types::EndpointRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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

Instance Attribute Details

#container_nameString

The name of the container for the endpoint.

Returns:

  • (String)


6195
6196
6197
6198
6199
6200
6201
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6195

class EndpointRequest < Struct.new(
  :container_name,
  :container_port,
  :health_check)
  SENSITIVE = []
  include Aws::Structure
end

#container_portInteger

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

Returns:

  • (Integer)


6195
6196
6197
6198
6199
6200
6201
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6195

class EndpointRequest < Struct.new(
  :container_name,
  :container_port,
  :health_check)
  SENSITIVE = []
  include Aws::Structure
end

#health_checkTypes::ContainerServiceHealthCheckConfig

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



6195
6196
6197
6198
6199
6200
6201
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6195

class EndpointRequest < Struct.new(
  :container_name,
  :container_port,
  :health_check)
  SENSITIVE = []
  include Aws::Structure
end