OutputUpdate constructor

OutputUpdate({
  1. required String outputId,
  2. DestinationSchema? destinationSchemaUpdate,
  3. KinesisFirehoseOutputUpdate? kinesisFirehoseOutputUpdate,
  4. KinesisStreamsOutputUpdate? kinesisStreamsOutputUpdate,
  5. LambdaOutputUpdate? lambdaOutputUpdate,
  6. String? nameUpdate,
})

Implementation

OutputUpdate({
  required this.outputId,
  this.destinationSchemaUpdate,
  this.kinesisFirehoseOutputUpdate,
  this.kinesisStreamsOutputUpdate,
  this.lambdaOutputUpdate,
  this.nameUpdate,
});