SQLTemp Db Settings Args
constructor(dataFileCount: Output<Int>? = null, dataFileSize: Output<Int>? = null, dataGrowth: Output<Int>? = null, defaultFilePath: Output<String>? = null, logFileSize: Output<Int>? = null, logGrowth: Output<Int>? = null, luns: Output<List<Int>>? = null, persistFolder: Output<Boolean>? = null, persistFolderPath: Output<String>? = null)