TrafficRoute

public struct TrafficRoute : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let listenerArns: [String]?
  • Undocumented

    Declaration

    Swift

    public init(listenerArns: [String]? = nil)