Connection constructor
Connection({
- AwsProperties? aws,
- AzureProperties? azure,
- CloudResourceProperties? cloudResource,
- CloudSpannerProperties? cloudSpanner,
- CloudSqlProperties? cloudSql,
- ConnectorConfiguration? configuration,
- String? creationTime,
- String? description,
- String? friendlyName,
- bool? hasCredential,
- String? kmsKeyName,
- String? lastModifiedTime,
- String? name,
- SalesforceDataCloudProperties? salesforceDataCloud,
- SparkProperties? spark,
Implementation
Connection({
this.aws,
this.azure,
this.cloudResource,
this.cloudSpanner,
this.cloudSql,
this.configuration,
this.creationTime,
this.description,
this.friendlyName,
this.hasCredential,
this.kmsKeyName,
this.lastModifiedTime,
this.name,
this.salesforceDataCloud,
this.spark,
});