FunctionTracingConfig constructor

const FunctionTracingConfig({
  1. required Input<String> mode,
})

Creates a new FunctionTracingConfig. mode X-Ray tracing mode. Valid values: Active, PassThrough.

Implementation

const FunctionTracingConfig({
  required this.mode,
});