Connection class

Defines a connection to a data source.

Constructors

Connection({Map<ConnectionPropertyKey, String>? connectionProperties, ConnectionType? connectionType, DateTime? creationTime, String? description, String? lastUpdatedBy, DateTime? lastUpdatedTime, List<String>? matchCriteria, String? name, PhysicalConnectionRequirements? physicalConnectionRequirements})
Connection.fromJson(Map<String, dynamic> json)
factory

Properties

connectionProperties Map<ConnectionPropertyKey, String>?
These key-value pairs define parameters for the connection:
final
connectionType ConnectionType?
The type of the connection. Currently, SFTP is not supported.
final
creationTime DateTime?
The time that this connection definition was created.
final
description String?
The description of the connection.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedBy String?
The user, group, or role that last updated this connection definition.
final
lastUpdatedTime DateTime?
The last time that this connection definition was updated.
final
matchCriteria List<String>?
A list of criteria that can be used in selecting this connection.
final
name String?
The name of the connection definition.
final
physicalConnectionRequirements PhysicalConnectionRequirements?
A map of physical connection requirements, such as virtual private cloud (VPC) and SecurityGroup, that are needed to make this connection successfully.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited