EdgeOutputConfig constructor

EdgeOutputConfig({
  1. required String s3OutputLocation,
  2. String? kmsKeyId,
})

Implementation

EdgeOutputConfig({
  required this.s3OutputLocation,
  this.kmsKeyId,
});