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

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


11295
11296
11297
11298
11299
11300
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11295

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)


11295
11296
11297
11298
11299
11300
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11295

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