Is data stream backing indices are explicitly created or auto created?

Hi everyone,

For example, elastic-cloud-logs-8 is a data stream and its underlying indices are like this .ds-elastic-cloud-logs-8-2025.01.22-016804.

So question is: is data stream backing indices are explicitly created or auto created?

to be specific, if I set auto_create_index to false in cluster settings, will the backing indices be created successfully?

Note: I have tried for this specific case in the example, it still get created successfully. So the question is for all data stream generally, is there a config for explicit creation or auto-creation?