FunctionTracingConfig constructor
const
FunctionTracingConfig({
- required Input<
String> mode,
Creates a new FunctionTracingConfig.
mode X-Ray tracing mode. Valid values: Active, PassThrough.
Implementation
const FunctionTracingConfig({
required this.mode,
});