VirtualGatewaySpec
public struct VirtualGatewaySpec : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A reference to an object that represents the defaults for backends.
Declaration
Swift
public let backendDefaults: VirtualGatewayBackendDefaults? -
The listeners that the mesh endpoint is expected to receive inbound traffic from. You can specify one listener.
Declaration
Swift
public let listeners: [VirtualGatewayListener] -
Undocumented
Declaration
Swift
public let logging: VirtualGatewayLogging? -
Undocumented
Declaration
Swift
public init(backendDefaults: VirtualGatewayBackendDefaults? = nil, listeners: [VirtualGatewayListener], logging: VirtualGatewayLogging? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
VirtualGatewaySpec Structure Reference