GetConnectionsRequest
public struct GetConnectionsRequest : AWSShape
extension Glue.GetConnectionsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the Data Catalog in which the connections reside. If none is provided, the AWS account ID is used by default.
Declaration
Swift
public let catalogId: String?
-
A filter that controls which connections are returned.
Declaration
Swift
public let filter: GetConnectionsFilter?
-
Allows you to retrieve the connection metadata without returning the password. For instance, the AWS Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the AWS KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.
Declaration
Swift
public let hidePassword: Bool?
-
The maximum number of connections to return in one response.
Declaration
Swift
public let maxResults: Int?
-
A continuation token, if this is a continuation call.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(catalogId: String? = nil, filter: GetConnectionsFilter? = nil, hidePassword: Bool? = nil, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Glue.GetConnectionsRequest