DataSource constructor

DataSource({
  1. List<DataSourceParameters>? alternateDataSourceParameters,
  2. String? arn,
  3. DateTime? createdTime,
  4. String? dataSourceId,
  5. DataSourceParameters? dataSourceParameters,
  6. DataSourceErrorInfo? errorInfo,
  7. DateTime? lastUpdatedTime,
  8. String? name,
  9. SslProperties? sslProperties,
  10. ResourceStatus? status,
  11. DataSourceType? type,
  12. VpcConnectionProperties? vpcConnectionProperties,
})

Implementation

DataSource({
  this.alternateDataSourceParameters,
  this.arn,
  this.createdTime,
  this.dataSourceId,
  this.dataSourceParameters,
  this.errorInfo,
  this.lastUpdatedTime,
  this.name,
  this.sslProperties,
  this.status,
  this.type,
  this.vpcConnectionProperties,
});