KinesisFirehoseOutputUpdate constructor

KinesisFirehoseOutputUpdate({
  1. String? resourceARNUpdate,
  2. String? roleARNUpdate,
})

Implementation

KinesisFirehoseOutputUpdate({
  this.resourceARNUpdate,
  this.roleARNUpdate,
});