Type Alias AITelemetrySettings

AITelemetrySettings: {
    functionId: undefined | string;
    isEnabled: undefined | boolean;
    metadata: undefined | Record<string, AttributeValue>;
    recordInputs: undefined | boolean;
    recordOutputs: undefined | boolean;
    tracer: undefined | Tracer;
}

Type declaration

  • functionId: undefined | string
  • isEnabled: undefined | boolean
  • metadata: undefined | Record<string, AttributeValue>
  • recordInputs: undefined | boolean
  • recordOutputs: undefined | boolean
  • tracer: undefined | Tracer