DataSource constructor
DataSource({
- String? dataSourceArn,
- String? description,
- DynamodbDataSourceConfig? dynamodbConfig,
- ElasticsearchDataSourceConfig? elasticsearchConfig,
- HttpDataSourceConfig? httpConfig,
- LambdaDataSourceConfig? lambdaConfig,
- String? name,
- RelationalDatabaseDataSourceConfig? relationalDatabaseConfig,
- String? serviceRoleArn,
- DataSourceType? type,
Implementation
DataSource({
this.dataSourceArn,
this.description,
this.dynamodbConfig,
this.elasticsearchConfig,
this.httpConfig,
this.lambdaConfig,
this.name,
this.relationalDatabaseConfig,
this.serviceRoleArn,
this.type,
});