UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 307 B
/** Logstash configuration */ export interface InputConfigurationLogstashUpdate { /** Filter section */ filterSection?: string; /** Input section */ inputSection: string; /** Pattern section */ patternSection?: string; } //# sourceMappingURL=InputConfigurationLogstashUpdate.d.ts.map