OutputUpdate constructor
OutputUpdate({
- required String outputId,
- DestinationSchema? destinationSchemaUpdate,
- KinesisFirehoseOutputUpdate? kinesisFirehoseOutputUpdate,
- KinesisStreamsOutputUpdate? kinesisStreamsOutputUpdate,
- LambdaOutputUpdate? lambdaOutputUpdate,
- String? nameUpdate,
Implementation
OutputUpdate({
required this.outputId,
this.destinationSchemaUpdate,
this.kinesisFirehoseOutputUpdate,
this.kinesisStreamsOutputUpdate,
this.lambdaOutputUpdate,
this.nameUpdate,
});