GatewayRouteSpec
public struct GatewayRouteSpec : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An object that represents the specification of a gRPC gateway route.
Declaration
Swift
public let grpcRoute: GrpcGatewayRoute?
-
An object that represents the specification of an HTTP/2 gateway route.
Declaration
Swift
public let http2Route: HttpGatewayRoute?
-
An object that represents the specification of an HTTP gateway route.
Declaration
Swift
public let httpRoute: HttpGatewayRoute?
-
Undocumented
Declaration
Swift
public init(grpcRoute: GrpcGatewayRoute? = nil, http2Route: HttpGatewayRoute? = nil, httpRoute: HttpGatewayRoute? = nil)
-
Declaration
Swift
public func validate(name: String) throws