FlowDefinitionOutputConfig constructor

FlowDefinitionOutputConfig({
  1. required String s3OutputPath,
  2. String? kmsKeyId,
})

Implementation

FlowDefinitionOutputConfig({
  required this.s3OutputPath,
  this.kmsKeyId,
});