Class: Aws::ECS::Types::ManagedTargetGroup

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

Overview

The target group associated with the Express service's Application Load Balancer. For more information about load balancer target groups, see CreateTargetGroup in the Elastic Load Balancing API Reference

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the target group.

Returns:

  • (String)


9414
9415
9416
9417
9418
9419
9420
9421
9422
9423
9424
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9414

class ManagedTargetGroup < Struct.new(
  :arn,
  :status,
  :status_reason,
  :updated_at,
  :health_check_path,
  :health_check_port,
  :port)
  SENSITIVE = []
  include Aws::Structure
end

#health_check_pathString

The destination for health checks on the targets.

Returns:

  • (String)


9414
9415
9416
9417
9418
9419
9420
9421
9422
9423
9424
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9414

class ManagedTargetGroup < Struct.new(
  :arn,
  :status,
  :status_reason,
  :updated_at,
  :health_check_path,
  :health_check_port,
  :port)
  SENSITIVE = []
  include Aws::Structure
end

#health_check_portInteger

The port the load balancer uses when performing health checks on targets.

Returns:

  • (Integer)


9414
9415
9416
9417
9418
9419
9420
9421
9422
9423
9424
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9414

class ManagedTargetGroup < Struct.new(
  :arn,
  :status,
  :status_reason,
  :updated_at,
  :health_check_path,
  :health_check_port,
  :port)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The port on which the targets receive traffic.

Returns:

  • (Integer)


9414
9415
9416
9417
9418
9419
9420
9421
9422
9423
9424
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9414

class ManagedTargetGroup < Struct.new(
  :arn,
  :status,
  :status_reason,
  :updated_at,
  :health_check_path,
  :health_check_port,
  :port)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the target group.

Returns:

  • (String)


9414
9415
9416
9417
9418
9419
9420
9421
9422
9423
9424
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9414

class ManagedTargetGroup < Struct.new(
  :arn,
  :status,
  :status_reason,
  :updated_at,
  :health_check_path,
  :health_check_port,
  :port)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

Information about why the target group is in the current status.

Returns:

  • (String)


9414
9415
9416
9417
9418
9419
9420
9421
9422
9423
9424
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9414

class ManagedTargetGroup < Struct.new(
  :arn,
  :status,
  :status_reason,
  :updated_at,
  :health_check_path,
  :health_check_port,
  :port)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The Unix timestamp for when the target group was last updated.

Returns:

  • (Time)


9414
9415
9416
9417
9418
9419
9420
9421
9422
9423
9424
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9414

class ManagedTargetGroup < Struct.new(
  :arn,
  :status,
  :status_reason,
  :updated_at,
  :health_check_path,
  :health_check_port,
  :port)
  SENSITIVE = []
  include Aws::Structure
end