@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
12 lines • 394 B
TypeScript
/** OpenSearch index update */
export interface OutputOpenSearchIndexCreation {
/** If set, notify when size is near 80, 90 or 100 % of its maximum capacity */
alertNotifyEnabled?: boolean;
/** Description */
description: string;
/** Number of shard */
nbShard?: number;
/** Suffix */
suffix: string;
}
//# sourceMappingURL=OutputOpenSearchIndexCreation.d.ts.map