LogS3TableIntegrationSourceDataSource constructor
const
LogS3TableIntegrationSourceDataSource({})
Creates a new LogS3TableIntegrationSourceDataSource.
name Name of the data source. Use "*" to match all sources.
type Type of the data source. Use "*" to match all types.
Implementation
const LogS3TableIntegrationSourceDataSource({
required this.name,
required this.type,
});