HttpRoute
public struct HttpRoute : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An object that represents the action to take if a match is determined.
Declaration
Swift
public let action: HttpRouteAction -
An object that represents the criteria for determining a request match.
Declaration
Swift
public let match: HttpRouteMatch -
An object that represents a retry policy.
Declaration
Swift
public let retryPolicy: HttpRetryPolicy? -
An object that represents types of timeouts.
Declaration
Swift
public let timeout: HttpTimeout? -
Undocumented
Declaration
Swift
public init(action: HttpRouteAction, match: HttpRouteMatch, retryPolicy: HttpRetryPolicy? = nil, timeout: HttpTimeout? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
HttpRoute Structure Reference