AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Filters the connection definitions that are returned by the GetConnections API operation.

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.GetConnectionsFilter

Namespace: Amazon.Glue.Model
Assembly: AWSSDK.Glue.dll
Version: 3.x.y.z

Syntax

C#
public class GetConnectionsFilter

The GetConnectionsFilter type exposes the following members

Constructors

NameDescription
Public Method GetConnectionsFilter()

Properties

NameTypeDescription
Public Property ConnectionType Amazon.Glue.ConnectionType

Gets and sets the property ConnectionType.

The type of connections to return. Currently, SFTP is not supported.

Public Property MatchCriteria System.Collections.Generic.List<System.String>

Gets and sets the property MatchCriteria.

A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5