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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


2455
2456
2457
2458
2459
2460
2461
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 2455

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

#container_portInteger

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

Returns:

  • (Integer)


2455
2456
2457
2458
2459
2460
2461
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 2455

class ContainerServiceEndpoint < 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.



2455
2456
2457
2458
2459
2460
2461
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 2455

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