DebugRuleConfiguration constructor

DebugRuleConfiguration({
  1. required String ruleConfigurationName,
  2. required String ruleEvaluatorImage,
  3. ProcessingInstanceType? instanceType,
  4. String? localPath,
  5. Map<String, String>? ruleParameters,
  6. String? s3OutputPath,
  7. int? volumeSizeInGB,
})

Implementation

DebugRuleConfiguration({
  required this.ruleConfigurationName,
  required this.ruleEvaluatorImage,
  this.instanceType,
  this.localPath,
  this.ruleParameters,
  this.s3OutputPath,
  this.volumeSizeInGB,
});