DataSource constructor
DataSource({
- List<
DataSourceParameters> ? alternateDataSourceParameters, - String? arn,
- DateTime? createdTime,
- String? dataSourceId,
- DataSourceParameters? dataSourceParameters,
- DataSourceErrorInfo? errorInfo,
- DateTime? lastUpdatedTime,
- String? name,
- SslProperties? sslProperties,
- ResourceStatus? status,
- DataSourceType? type,
- 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,
});