skipDefaultSchemaCreation

@JvmName(name = "oynqxldtyneulokj")
suspend fun skipDefaultSchemaCreation(value: Output<Boolean>)
@JvmName(name = "sfqepsshjrwcdgju")
suspend fun skipDefaultSchemaCreation(value: Boolean?)

Parameters

value

A boolean flag indicating whether to skip the default schema creation for the data store. Only enable this flag if you are certain that the default schema is incompatible with your use case. If set to true, you must manually create a schema for the data store before any documents can be ingested. This flag cannot be specified if data_store.starting_schema is specified.