AxiomSinkConfig
Auto-generated API reference for AxiomSinkConfig.
Interface: AxiomSinkConfig
Defined in: axiom.ts:4
#Properties
#dataset
dataset:
string
Defined in: axiom.ts:8
Dataset name to write into.
#endpoint?
optionalendpoint?:string
Defined in: axiom.ts:10
Override the ingest endpoint (e.g. EU region: https://api.eu.axiom.co).
#fetch?
optionalfetch?: {(input,init?):Promise<Response>; (input,init?):Promise<Response>; }
Defined in: axiom.ts:13
#Call Signature
(
input,init?):Promise<Response>
Parameters
input
RequestInfo | URL
init?
RequestInit
Returns
Promise<Response>
#Call Signature
(
input,init?):Promise<Response>
Parameters
input
string | Request | URL
init?
RequestInit
Returns
Promise<Response>
#service?
optionalservice?:string
Defined in: axiom.ts:12
Service name attached to every event.
#token
token:
string
Defined in: axiom.ts:6
Axiom API token.