Class: Aws::CodeDeploy::Types::TrafficRoute

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

Overview

Information about a listener. The listener contains the path used to route traffic that is received from the load balancer to a target group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#listener_arnsArray<String>

The Amazon Resource Name (ARN) of one listener. The listener identifies the route between a target group and a load balancer. This is an array of strings with a maximum size of one.

Returns:

  • (Array<String>)


4861
4862
4863
4864
4865
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4861

class TrafficRoute < Struct.new(
  :listener_arns)
  SENSITIVE = []
  include Aws::Structure
end