TcpRouteAction
public struct TcpRouteAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An object that represents the targets that traffic is routed to when a request matches the route.
Declaration
Swift
public let weightedTargets: [WeightedTarget]
-
Undocumented
Declaration
Swift
public init(weightedTargets: [WeightedTarget])
-
Declaration
Swift
public func validate(name: String) throws