CustomRoutingAcceleratorAttributes constructor

CustomRoutingAcceleratorAttributes({
  1. bool? flowLogsEnabled,
  2. String? flowLogsS3Bucket,
  3. String? flowLogsS3Prefix,
})

Implementation

CustomRoutingAcceleratorAttributes({
  this.flowLogsEnabled,
  this.flowLogsS3Bucket,
  this.flowLogsS3Prefix,
});