GetConnectionsFilter
public struct GetConnectionsFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The type of connections to return. Currently, SFTP is not supported.
Declaration
Swift
public let connectionType: ConnectionType? -
A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.
Declaration
Swift
public let matchCriteria: [String]? -
Undocumented
Declaration
Swift
public init(connectionType: ConnectionType? = nil, matchCriteria: [String]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetConnectionsFilter Structure Reference