@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines • 482 B
TypeScript
/** This schema defines the necessary configuration parameters for integrating with the SAP Logs Data Platform, including authentication and endpoint details. */
export interface Ldp {
/** A certificate to authenticate and establish a trusted connection with the entrypoint of the SAP Logs Data Platform. */
certificate: string;
/** The specific URL endpoint provided by Logs Data Platform for pushing logs. */
entrypoint: string;
}
//# sourceMappingURL=Ldp.d.ts.map