Updates index configuration. For pod-based indexes, can change replicas and pod type. For all indexes, can update deletion protection.
Arguments
- index_name
Name of the index to configure
- replicas
Integer. The desired number of replicas for the index (pod-based only)
- pod_type
The new pod type. One of s1, p1, or p2 appended with . and one of x1, x2, x4, or x8 (pod-based only)
- deletion_protection
Whether to enable deletion protection ("enabled" or "disabled")