AddOutputRequest constructor

AddOutputRequest({
  1. required Protocol protocol,
  2. List<String>? cidrAllowList,
  3. String? description,
  4. String? destination,
  5. Encryption? encryption,
  6. int? maxLatency,
  7. String? name,
  8. int? port,
  9. String? remoteId,
  10. int? smoothingLatency,
  11. String? streamId,
  12. VpcInterfaceAttachment? vpcInterfaceAttachment,
})

Implementation

AddOutputRequest({
  required this.protocol,
  this.cidrAllowList,
  this.description,
  this.destination,
  this.encryption,
  this.maxLatency,
  this.name,
  this.port,
  this.remoteId,
  this.smoothingLatency,
  this.streamId,
  this.vpcInterfaceAttachment,
});