UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 303 B
/** OpenSearch index update */ export interface OutputOpenSearchIndexUpdate { /** If set, notify when size is near 80, 90 or 100 % of its maximum capacity */ alertNotifyEnabled?: boolean; /** Description */ description: string; } //# sourceMappingURL=OutputOpenSearchIndexUpdate.d.ts.map