Class: Aws::ECS::Types::ServiceRevisionLoadBalancer

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

Overview

The resolved load balancer configuration for a service revision. This includes information about which target groups serve traffic and which listener rules direct traffic to them.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#production_listener_ruleString

The Amazon Resource Name (ARN) of the production listener rule or listener that directs traffic to the target group associated with the service revision.

Returns:

  • (String)


13398
13399
13400
13401
13402
13403
# File 'lib/aws-sdk-ecs/types.rb', line 13398

class ServiceRevisionLoadBalancer < Struct.new(
  :target_group_arn,
  :production_listener_rule)
  SENSITIVE = []
  include Aws::Structure
end

#target_group_arnString

The Amazon Resource Name (ARN) of the target group associated with the service revision.

Returns:

  • (String)


13398
13399
13400
13401
13402
13403
# File 'lib/aws-sdk-ecs/types.rb', line 13398

class ServiceRevisionLoadBalancer < Struct.new(
  :target_group_arn,
  :production_listener_rule)
  SENSITIVE = []
  include Aws::Structure
end