/** 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