LogS3TableIntegrationSourceDataSource constructor

const LogS3TableIntegrationSourceDataSource({
  1. required Input<String> name,
  2. required Input<String> type,
})

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,
});